Fix error in travis.yml with the new Pipfile.

This commit is contained in:
Cédric Bonhomme 2018-02-23 21:25:41 +01:00
parent 894a361340
commit 08f4dd9357
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 6 additions and 7 deletions

View file

@ -14,3 +14,7 @@ crayons = "*"
[dev-packages]
pep8 = "*"
coverage = "*"
coveralls = "*"
mypy = "*"