From 7d446dff7f488ea7e5e1fbffe865fcfd1d9cb59a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 17 May 2014 22:42:58 +0300 Subject: [PATCH] .travis.yml: make pip install line a little more clean. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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