1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

travis-ci: attempt to fix 2.6 build

This commit is contained in:
Ilya Kreymer 2014-03-04 19:36:29 -08:00
parent f25de8af2a
commit 9690d84798

View File

@ -5,8 +5,9 @@ python:
- "pypy"
# command to install dependencies
install:
- "pip install 'argparse>=1.2.1' --allow-all-external"
- python setup.py -q install
- pip install coverage pytest-cov argparse>=1.2.1 coveralls --use-mirrors
- pip install coverage pytest-cov coveralls --use-mirrors
# command to run tests
#script: nosetests --with-doctest
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py