Skip to content

Commit

Permalink
Enable Python 3.6 in all CI systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 29, 2016
1 parent 2ecc49e commit 2028f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
env:
- FORCE_TEST_VCS=bzr
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"

init:
- "echo %PYTHON%"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py33,py34,py35,pypy
py27,py33,py34,py35,py36,pypy

[testenv]
passenv = LANG LC_CTYPE LC_ALL MSYSTEM
Expand Down

0 comments on commit 2028f1c

Please sign in to comment.