Skip to content

Commit

Permalink
add py36
Browse files Browse the repository at this point in the history
  • Loading branch information
TvoroG committed Nov 30, 2017
1 parent 3c744af commit 8b84983
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ environment:
- PYTHON: "C:\\Python27"
TOX_ENV: "py27"

- PYTHON: "C:\\Python33"
TOX_ENV: "py33"

- PYTHON: "C:\\Python34"
TOX_ENV: "py34"

- PYTHON: "C:\\Python35"
TOX_ENV: "py35"

- PYTHON: "C:\\Python36"
TOX_ENV: "py36"


init:
- "%PYTHON%/python -V"
Expand All @@ -36,6 +36,3 @@ after_test:

artifacts:
- path: dist\*

#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse

0 comments on commit 8b84983

Please sign in to comment.