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

Este commit está contenido en:
Danielle McLean 2018-05-14 10:38:09 +10:00
padre 4a208a91b6
commit 742296d5dd
Firmado por: 00dani
ID de clave GPG: 8EB789DDF3ABD240
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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