diff --git a/.travis.yml b/.travis.yml index f4d2d1d00..770497932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - pip install -r requirements.txt -v + - pip install -vr requirements.txt # command to run tests, e.g. python setup.py test script: - echo $TRAVIS_PYTHON_VERSION