From 9690d8479894ad9667e89a4af6c7370034b05c16 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 4 Mar 2014 19:36:29 -0800 Subject: [PATCH] travis-ci: attempt to fix 2.6 build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3705545a..89b78b3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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