1
0
Fork 1

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

Esse commit está contido em:
Danielle McLean 2018-05-14 10:38:09 +10:00
commit 742296d5dd
Assinado por: 00dani
ID da chave GPG: 8EB789DDF3ABD240
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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