Upgrade for new requirements-dev.txt

This commit is contained in:
Paulo Henrique Silva 2019-11-25 15:34:37 -03:00
parent e5094c04a7
commit 2b6ea5ead8
No known key found for this signature in database
GPG key ID: F7B1BA2C56570F83

View file

@ -8,8 +8,7 @@ python:
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "pip install -r requirements-dev.txt"
- "pip install coveralls"
# command to run tests