mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
travisci: experiment with travis improvements (new container build)
This commit is contained in:
parent
c32634c8dc
commit
8ccfd811bd
@ -4,13 +4,19 @@ python:
|
|||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install 'argparse>=1.2.1' --allow-all-external"
|
- "pip install 'argparse>=1.2.1' --allow-all-external"
|
||||||
- pip install pyopenssl
|
- pip install pyopenssl
|
||||||
- python setup.py -q install
|
- python setup.py -q install
|
||||||
- pip install coverage pytest-cov coveralls --use-mirrors
|
- pip install coverage pytest-cov coveralls --use-mirrors
|
||||||
|
|
||||||
script:
|
script:
|
||||||
python setup.py test
|
python setup.py test
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user