Merge pull request #643 from Mkaysi/travis

.travis.yml: make the pip install line a little more clean
This commit is contained in:
Valentin Lorentz 2014-05-17 22:17:23 +02:00
commit 1aa8825e6d
1 changed files with 1 additions and 1 deletions

View File

@ -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