mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 23:39:22 +01:00
.travis.yml: make pip install line a little more clean.
This commit is contained in:
parent
fca6bf8b0a
commit
7d446dff7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user