pipenv install in bitbucket-pipelines.yml

This commit is contained in:
Daniel Egger 2018-09-20 14:09:32 +02:00
parent 368203c425
commit 9511c51b86
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: python:3.5.1
image: python:3.6.6
pipelines:
default:
@ -11,4 +11,4 @@ pipelines:
caches:
- pip
script: # Modify the commands below to build your repository.
- pip install -r requirements.txt
- pipenv install --dev