We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c744af commit 8b84983Copy full SHA for 8b84983
appveyor.yml
@@ -6,15 +6,15 @@ environment:
6
- PYTHON: "C:\\Python27"
7
TOX_ENV: "py27"
8
9
- - PYTHON: "C:\\Python33"
10
- TOX_ENV: "py33"
11
-
12
- PYTHON: "C:\\Python34"
13
TOX_ENV: "py34"
14
15
- PYTHON: "C:\\Python35"
16
TOX_ENV: "py35"
17
+ - PYTHON: "C:\\Python36"
+ TOX_ENV: "py36"
+
18
19
init:
20
- "%PYTHON%/python -V"
@@ -36,6 +36,3 @@ after_test:
36
37
artifacts:
38
- path: dist\*
39
40
-#on_success:
41
-# - TODO: upload the content of dist/*.whl to a public wheelhouse
0 commit comments