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

@ -1,11 +1,10 @@
language: python
python:
- 3.5
- 3.6
install:
- "pip install -r requirements.txt"
- "pip install -r requirements.dev.txt"
- "pipenv install"
- "pipenv install --dev"
script:
# Run the test suit

View file

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

View file

@ -1,4 +0,0 @@
pep8
coverage
coveralls
mypy