Travis needs dev requirements.
This commit is contained in:
parent
1e4735a306
commit
aef0b909f6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ matrix:
|
||||||
install:
|
install:
|
||||||
- pip install boto==$BOTO_VERSION
|
- pip install boto==$BOTO_VERSION
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements-dev.txt
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue