Use a CI image that already has pipenv installed

This commit is contained in:
Danielle McLean 2018-02-26 12:24:22 +11:00
parent 227c43c81e
commit ea0ef22b16
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -1,7 +1,5 @@
image: python:3.6 image: vaultvulp/pipenv-alpine
before_script:
- pip install pipenv
- pipenv install
test: test:
script: script:
- pipenv install
- pipenv run pytest - pipenv run pytest