1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 16:14:48 +01:00
pywb/.travis.yml
Ilya Kreymer f82afbc977 openssl: make openssl install optional, remove from dependency
https proxy support contingest on openssl installation
if not installed and https use is enabled, a warning is printed
tests: updated tests to skip if openssl not installed
(make https post to only run in 2.7, as there are issues with in 2.6)
2014-09-06 14:43:48 -07:00

18 lines
295 B
YAML

language: python
python:
- "2.6"
- "2.7"
install:
- "pip install 'argparse>=1.2.1' --allow-all-external"
- pip install pyopenssl
- python setup.py -q install
- pip install coverage pytest-cov coveralls --use-mirrors
script:
python setup.py test
after_success:
coveralls