Skip to content

Commit 65c12b6

Browse files
committed
Travis CI: update Python versions
1 parent 3ea3453 commit 65c12b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: python
22

33
python:
4-
- "2.6"
54
- "2.7"
65
- "3.3"
76
- "3.4"
87
- "3.5"
98
- "3.6"
9+
- "3.7"
1010

1111
# command to run tests
1212
script: python test_travis.py

0 commit comments

Comments
 (0)