Skip to content

Commit cab92c8

Browse files
Travis CI: remove Python 3.4 and add Python 3.6
Available Python versions are listed at: https://docs.travis-ci.com/user/languages/python/#Choosing-Python-versions-to-test-against
1 parent 3c5a8db commit cab92c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sudo: false
44
python:
55
- "2.6"
66
- "2.7"
7-
- "3.3"
87
- "3.4"
8+
- "3.6"
99

1010
addons:
1111
apt:

0 commit comments

Comments
 (0)