diff --git a/.travis.yml b/.travis.yml index 8f99e3d7..a537af20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: install: - pip install pipenv - - pipenv install + - pipenv install --dev script: - pipenv run pytest