forked from 00dani/lemoncurry
Do a --dev install when running on Travis, so that pytest is available :o
This commit is contained in:
parent
4a208a91b6
commit
742296d5dd
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ python:
|
||||||
- '3.6'
|
- '3.6'
|
||||||
install:
|
install:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv install
|
- pipenv install --dev
|
||||||
script:
|
script:
|
||||||
- pipenv run pytest
|
- pipenv run pytest
|
||||||
|
|
Loading…
Reference in a new issue