Skip to content

Commit d00f811

Browse files
committed
Test Python 3.6 on Travis CI
Partial fix for #2134
1 parent ae7a32a commit d00f811

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ matrix:
3232
allow_failures:
3333
# py35-trial failing on Linux: #1989
3434
- env: TESTENV=py35-trial
35+
include:
36+
- env: TESTENV=py36
37+
python: '3.6-dev'
3538

3639
script: tox --recreate -e $TESTENV
3740

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)