mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
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)
18 lines
295 B
YAML
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
|