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 7964174 commit e280010Copy full SHA for e280010
appveyor.yml
@@ -23,11 +23,11 @@ environment:
23
PIP: C:\Python38-x64\Scripts\pip
24
PYTEST: C:\Python38-x64\Scripts\pytest
25
TWINE: C:\Python38-x64\Scripts\twine
26
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
27
- PYTHON: C:\Python39-x64
28
- PIP: C:\Python39-x64\Scripts\pip
29
- PYTEST: C:\Python39-x64\Scripts\pytest
30
- TWINE: C:\Python39-x64\Scripts\twine
+# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+# PYTHON: C:\Python39-x64
+# PIP: C:\Python39-x64\Scripts\pip
+# PYTEST: C:\Python39-x64\Scripts\pytest
+# TWINE: C:\Python39-x64\Scripts\twine
31
32
33
install:
0 commit comments