Skip to content

Commit 23925d0

Browse files
authored
Merge pull request #901 from cclauss/patch-1
added py36
2 parents 2025439 + 0c71ba1 commit 23925d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ matrix:
2222
env: TOXENV=py34
2323
- python: 3.5
2424
env: TOXENV=py35
25+
- python: 3.6
26+
env: TOXENV=py36
2527
- python: pypy
2628
env: TOXENV=pypy
2729
- python: pypy3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
cover,cover3,docs,py26,py27,py32,py33,py34,py35,pypy,pypy3
3+
cover,cover3,docs,py26,py27,py32,py33,py34,py35,py36,pypy,pypy3
44

55
[testenv]
66
deps =

0 commit comments

Comments
 (0)