IMPROVE explicitly install dependecies on travis
This commit is contained in:
parent
8b8ab80e5f
commit
3d61445e2c
|
@ -3,6 +3,9 @@ sudo: false
|
|||
cache: pip
|
||||
before_install:
|
||||
- pip install codecov
|
||||
# install dependencies
|
||||
install:
|
||||
- pip install --user -r requirements.txt
|
||||
after_success:
|
||||
- codecov
|
||||
# command to run tests
|
||||
|
|
Loading…
Reference in New Issue