Skip to content

Commit b705091

Browse files
committed
build: update CI test versions
1 parent 78d7185 commit b705091

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: python
22
python:
3-
- "2.7" # Everything
4-
- "3.4" # Debian 8 (Jessie) and Ubuntu 14.04 (Trusty)
5-
- "3.5" # Debian 9 (Stretch) and Ubuntu 16.04 (Xenial)
6-
- "3.6" # Debian 10 (Buster), Ubuntu 17.10 (Artful) & 18.04 (Bionic)
7-
- "3.7-dev" # Python alphas/betas
3+
- "2.7" # Legacy
4+
- "3.5" # Debian 9 (Stretch), Ubuntu 16.04 (Xenial)
5+
- "3.6" # Ubuntu 18.04 (Bionic)
6+
- "3.7" # Debian 10 (Buster), Ubuntu 17.10 (Artful)
7+
- "3.8" # Ubuntu 20.04 (Focal) and 20.10 (Groovy)
8+
- "3.9" # Debian 11 (Bullseye)
9+
- "3.9-dev" # Python alphas/betas
810

911
matrix:
1012
fast_finish: true
1113
allow_failures:
12-
- python: "3.7-dev" # Alpha and beta versions can fail
14+
- python: "3.9-dev" # Alpha and beta versions can fail
1315

1416
script: python tests.py

0 commit comments

Comments
 (0)