Do a --dev install when running on Travis, so that pytest is available :o

This commit is contained in:
Danielle McLean 2018-05-14 10:38:09 +10:00
parent 4a208a91b6
commit 742296d5dd
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ python:
- '3.6'
install:
- pip install pipenv
- pipenv install
- pipenv install --dev
script:
- pipenv run pytest