Travis needs dev requirements.

This commit is contained in:
Steve Pulec 2014-09-11 22:47:11 -04:00
parent 1e4735a306
commit aef0b909f6

View File

@ -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