Skip to content

Commit 750abdd

Browse files
author
Evan D
authored
Drop python v2.7 and v3.3 from tests, add v3.7–3.9
1 parent 603b7ec commit 750abdd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.3"
53
- "3.4"
64
- "3.5"
75
- "3.6"
6+
- "3.7"
7+
- "3.8"
8+
- "3.9"
89
install:
910
- "pip install ."
1011
# command to run tests

0 commit comments

Comments
 (0)