mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
.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:
parent
bb58afc020
commit
a3dcd6df2e
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue