1
0
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:
Ilya Kreymer 2014-12-23 12:39:33 -08:00
parent c32634c8dc
commit 8ccfd811bd

View File

@ -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: