Skip to content

Commit db31305

Browse files
committed
Test Python 3.6 on CI
Fixes #2134
1 parent ae7a32a commit db31305

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
- TESTENV=py33
1717
- TESTENV=py34
1818
- TESTENV=py35
19+
- TESTENV=py36
1920
- TESTENV=pypy
2021
- TESTENV=py27-pexpect
2122
- TESTENV=py27-xdist

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ environment:
1515
- TOXENV: "py33"
1616
- TOXENV: "py34"
1717
- TOXENV: "py35"
18+
- TOXENV: "py36"
1819
- TOXENV: "pypy"
1920
- TOXENV: "py27-pexpect"
2021
- TOXENV: "py27-xdist"

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ envlist=
99
py33
1010
py34
1111
py35
12+
py36
1213
pypy
1314
{py27,py35}-{pexpect,xdist,trial}
1415
py27-nobyte

0 commit comments

Comments
 (0)