Skip to content

Commit 22d31a0

Browse files
authored
Update Python versions to test against
1 parent bef3468 commit 22d31a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "pypy"
6-
- "3.3"
75
- "3.4"
86
- "3.5"
97
- "3.6"
8+
- "3.7"
9+
- "3.8"
10+
- "3.9"
1011
install:
1112
- pip install .
1213
script: py.test

0 commit comments

Comments
 (0)