upgrading packages should not be neccesary on travis
This commit is contained in:
parent
2ed09beae4
commit
0d608c1fb3
|
@ -5,7 +5,7 @@ python:
|
||||||
- pypy
|
- pypy
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- "pip install --upgrade --src . -r requirements.txt"
|
- "pip install --src . -r requirements.txt"
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script:
|
script:
|
||||||
- "nosetests --with-cov --cov-report term-missing"
|
- "nosetests --with-cov --cov-report term-missing"
|
||||||
|
|
Loading…
Reference in New Issue