Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 6481a0d

Browse files
committed
Fix CI minimum Python version.
1 parent 267aeb3 commit 6481a0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bitbucket-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ pipelines:
99
- pip install -r requirements.txt
1010
- tox -e py27
1111
- step:
12-
name: Test on Python 3.4
13-
image: python:3.4
12+
name: Test on Python 3.5
13+
image: python:3.5
1414
caches:
1515
- pip
1616
script:
1717
- pip install -r requirements.txt
18-
- tox -e py34
18+
- tox -e py35
1919
- step:
2020
name: Test on Python 3.6
2121
image: python:3.6

0 commit comments

Comments
 (0)