Skip to content

Commit 1999b26

Browse files
committed
Add Python 3.6 testing
1 parent 9f62173 commit 1999b26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.3"
88
- "3.4"
99
- "3.5"
10+
- "3.6"
1011
- "pypy"
1112
- "pypy3"
1213
install: true

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py26,py27,py33,py34,py35
2+
envlist=py26,py27,py33,py34,py35,py36
33
[testenv]
44
deps=
55
argparse

0 commit comments

Comments
 (0)