Skip to content

Commit

Permalink
Updated to test against 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Badg committed Jan 10, 2017
1 parent 2252118 commit 05a09ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ env:

matrix:
include:
- os: linux
python: 3.6
env: TESTSUITE=lin36

- os: linux
python: 3.5
env: TESTSUITE=lin35
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ environment:
# The list here is complete (excluding Python 2.6, which
# isn't covered by this document) at the time of writing.

- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python34"
Expand Down

0 comments on commit 05a09ce

Please sign in to comment.