Skip to content

Commit 4005b64

Browse files
authored
Travis CI: Test on current versions of CPython
1 parent daf30e2 commit 4005b64

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.4
5-
- 3.5
64
- 3.6
5+
- 3.7
6+
- 3.8
7+
- 3.9
78
- nightly
89
script:
910
- python setup.py install
10-
matrix:
11+
jobs:
1112
allow_failures:
1213
- python: nightly

0 commit comments

Comments
 (0)