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 03eed92 commit 4322dbbCopy full SHA for 4322dbb
appveyor.yml
@@ -31,7 +31,7 @@ test_script:
31
# Note that you must use the environment variable %PYTHON% to refer to
32
# the interpreter you're using - Appveyor does not do anything special
33
# to put the Python version you want to use on PATH.
34
- - "build.cmd %PYTHON%\\python.exe -m tox"
+ - "%PYTHON%\\python.exe -m tox"
35
#after_test:
36
# This step builds your wheels.
37
# Again, you only need build.cmd if you're building C extensions for
0 commit comments