summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-02-12 16:15:45 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2019-02-12 16:15:45 +0100
commit4c3606b87d8af193003e30a2b6ad699ef9434469 (patch)
tree113626c5c394bca9b8cf7023610b30445bb6b319
parenta1db49fc6bb671f38808e0db94fe6590ab01bd19 (diff)
downloadpygments-4c3606b87d8af193003e30a2b6ad699ef9434469.tar.gz
Fix CI minimum Python version.
-rw-r--r--bitbucket-pipelines.yml6
1 files 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