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
förälder 4a208a91b6
incheckning 742296d5dd
Signerad av: 00dani
GPG-nyckel ID: 8EB789DDF3ABD240
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

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