We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d627a2 commit 1e77d0fCopy full SHA for 1e77d0f
.travis.yml
@@ -16,11 +16,6 @@ matrix:
16
python: 2.7
17
env: TOXENV=py27
18
name: "2.7 Xenial"
19
- - os: linux
20
- dist: xenial
21
- python: 3.5
22
- env: TOXENV=py35
23
- name: "3.5 Xenial"
24
- os: linux
25
dist: xenial
26
python: 3.6
@@ -32,10 +27,15 @@ matrix:
32
27
env: TOXENV=py37
33
28
name: "3.7 Xenial"
34
29
35
- dist: bionic
30
+ dist: xenial
36
31
python: 3.8
37
- env: TOXENV=py38-pre-commit
38
- name: "3.8 Bionic"
+ env: TOXENV=py38
+ name: "3.8 Xenial"
+ - os: linux
+ dist: bionic
+ python: 3.9
+ env: TOXENV=py39-pre-commit
+ name: "3.9 Bionic"
39
40
before_install:
41
- sudo apt-get install -y tesseract-ocr
0 commit comments