From f25de8af2a4cd7fbd4991ccc4728a3fadecc9ff9 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 4 Mar 2014 19:17:33 -0800 Subject: [PATCH] tweak travis pip install config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5f79f64..3705545a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: # command to install dependencies install: - python setup.py -q install - - pip install coverage pytest-cov coveralls --use-mirrors --allow-external + - pip install coverage pytest-cov argparse>=1.2.1 coveralls --use-mirrors # command to run tests #script: nosetests --with-doctest #script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py