Skip to content

Commit e458622

Browse files
committed
Move CI to the future
1 parent 1438afe commit e458622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
language: python
22
python:
3+
- 3.9
4+
- 3.8
35
- 3.7
46
- 3.6
5-
- 3.5
6-
- 2.7
77
sudo: false
88
dist: xenial
99
env:
1010
matrix:
1111
- GROUP=python
1212
matrix:
1313
include:
14-
- python: 3.5
14+
- python: 3.9
1515
env: GROUP=docs
1616
addons:
1717
apt:

0 commit comments

Comments
 (0)