Skip to content

Commit

Permalink
added python 3.5 testing to tox, travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Jan 7, 2017
1 parent f34bef7 commit 631b863
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=flake8
- TOX_ENV=coverage
install:
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ environment:

- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.x"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x"
build: false
init:
- "ECHO %PYTHON%"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py33, py34, flake8
envlist = py27, py33, py34, py35, flake8
# py32 does not work because of the 'wrapt' dependency

[testenv]
Expand Down

0 comments on commit 631b863

Please sign in to comment.