.travis.yml: Remove requirements-travis.txt instructions.

As per the previous commit, everything should be included already in the
requirements-dev.txt file.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
Rogério Brito 2016-02-11 02:33:40 -02:00
parent bb58afc020
commit a3dcd6df2e

View file

@ -13,7 +13,6 @@ matrix:
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -r requirements-travis.txt
- pip install coveralls
# command to run tests
script: py.test coursera/test -v --cov coursera --cov-report html