diff --git a/.travis.yml b/.travis.yml index 5685d79..a5544a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.6" before_install: - pip install pipenv - - pipenv install + - pipenv install --dev script: - python -m pytest after_success: