Do a --dev install when running on Travis, so that pytest is available :o
parent
4a208a91b6
commit
742296d5dd
|
@ -7,6 +7,6 @@ python:
|
|||
- '3.6'
|
||||
install:
|
||||
- pip install pipenv
|
||||
- pipenv install
|
||||
- pipenv install --dev
|
||||
script:
|
||||
- pipenv run pytest
|
||||
|
|
Loading…
Reference in New Issue