Skip to content

Commit

Permalink
Merge pull request #39 from cmccandless/patch-1
Browse files Browse the repository at this point in the history
appveyor: enable python3 environments (fixes #38)
  • Loading branch information
mayn authored Oct 10, 2017
2 parents 715dc7d + 3dfc4fd commit 9513cde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ environment:
matrix:
- PYTHON: "C:\\Python26"
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"

install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand All @@ -11,4 +15,4 @@ install:
build: off

test_script:
- tox -e appveyor
- tox -e appveyor

0 comments on commit 9513cde

Please sign in to comment.