diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5c55ca9a..669cdbe0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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