Skip to content

Commit 1e77d0f

Browse files
authored
Bump the python versions in Travis CI config
1 parent 9d627a2 commit 1e77d0f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ matrix:
1616
python: 2.7
1717
env: TOXENV=py27
1818
name: "2.7 Xenial"
19-
- os: linux
20-
dist: xenial
21-
python: 3.5
22-
env: TOXENV=py35
23-
name: "3.5 Xenial"
2419
- os: linux
2520
dist: xenial
2621
python: 3.6
@@ -32,10 +27,15 @@ matrix:
3227
env: TOXENV=py37
3328
name: "3.7 Xenial"
3429
- os: linux
35-
dist: bionic
30+
dist: xenial
3631
python: 3.8
37-
env: TOXENV=py38-pre-commit
38-
name: "3.8 Bionic"
32+
env: TOXENV=py38
33+
name: "3.8 Xenial"
34+
- os: linux
35+
dist: bionic
36+
python: 3.9
37+
env: TOXENV=py39-pre-commit
38+
name: "3.9 Bionic"
3939

4040
before_install:
4141
- sudo apt-get install -y tesseract-ocr

0 commit comments

Comments
 (0)