Skip to content

Commit 8b84983

Browse files
committed
add py36
1 parent 3c744af commit 8b84983

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

appveyor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ environment:
66
- PYTHON: "C:\\Python27"
77
TOX_ENV: "py27"
88

9-
- PYTHON: "C:\\Python33"
10-
TOX_ENV: "py33"
11-
129
- PYTHON: "C:\\Python34"
1310
TOX_ENV: "py34"
1411

1512
- PYTHON: "C:\\Python35"
1613
TOX_ENV: "py35"
1714

15+
- PYTHON: "C:\\Python36"
16+
TOX_ENV: "py36"
17+
1818

1919
init:
2020
- "%PYTHON%/python -V"
@@ -36,6 +36,3 @@ after_test:
3636

3737
artifacts:
3838
- path: dist\*
39-
40-
#on_success:
41-
# - TODO: upload the content of dist/*.whl to a public wheelhouse

0 commit comments

Comments
 (0)