From 4c3606b87d8af193003e30a2b6ad699ef9434469 Mon Sep 17 00:00:00 2001 From: "Matth?us G. Chajdas" Date: Tue, 12 Feb 2019 16:15:45 +0100 Subject: Fix CI minimum Python version. --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index fc745f0f..4a9f1b6d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,13 +9,13 @@ pipelines: - pip install -r requirements.txt - tox -e py27 - step: - name: Test on Python 3.4 - image: python:3.4 + name: Test on Python 3.5 + image: python:3.5 caches: - pip script: - pip install -r requirements.txt - - tox -e py34 + - tox -e py35 - step: name: Test on Python 3.6 image: python:3.6 -- cgit v1.2.1