upgrading packages should not be neccesary on travis

This commit is contained in:
Maximilian Hils 2015-02-07 01:36:45 +01:00
parent 2ed09beae4
commit 0d608c1fb3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
- pypy
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "pip install --upgrade --src . -r requirements.txt"
- "pip install --src . -r requirements.txt"
# command to run tests, e.g. python setup.py test
script:
- "nosetests --with-cov --cov-report term-missing"