Skip to content

Commit

Permalink
Test Python 3.6 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Dec 13, 2016
1 parent ae7a32a commit db31305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
- TESTENV=py33
- TESTENV=py34
- TESTENV=py35
- TESTENV=py36
- TESTENV=pypy
- TESTENV=py27-pexpect
- TESTENV=py27-xdist
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environment:
- TOXENV: "py33"
- TOXENV: "py34"
- TOXENV: "py35"
- TOXENV: "py36"
- TOXENV: "pypy"
- TOXENV: "py27-pexpect"
- TOXENV: "py27-xdist"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ envlist=
py33
py34
py35
py36
pypy
{py27,py35}-{pexpect,xdist,trial}
py27-nobyte
Expand Down

0 comments on commit db31305

Please sign in to comment.