From 9511c51b86f6ae5f90810b8b0319cb4f4aae91e9 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Thu, 20 Sep 2018 14:09:32 +0200 Subject: [PATCH] pipenv install in bitbucket-pipelines.yml --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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