forked from 00dani/lemoncurry
Use a CI image that already has pipenv installed
This commit is contained in:
parent
227c43c81e
commit
ea0ef22b16
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
image: python:3.6
|
||||
before_script:
|
||||
- pip install pipenv
|
||||
- pipenv install
|
||||
image: vaultvulp/pipenv-alpine
|
||||
test:
|
||||
script:
|
||||
- pipenv install
|
||||
- pipenv run pytest
|
||||
|
|
Loading…
Reference in a new issue