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:
parent
f25de8af2a
commit
9690d84798
@ -5,8 +5,9 @@ python:
|
|||||||
- "pypy"
|
- "pypy"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
|
- "pip install 'argparse>=1.2.1' --allow-all-external"
|
||||||
- python setup.py -q install
|
- 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
|
# command to run tests
|
||||||
#script: nosetests --with-doctest
|
#script: nosetests --with-doctest
|
||||||
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py
|
#script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user