Skip to content

Commit 4322dbb

Browse files
committed
remove build.cmd
1 parent 03eed92 commit 4322dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test_script:
3131
# Note that you must use the environment variable %PYTHON% to refer to
3232
# the interpreter you're using - Appveyor does not do anything special
3333
# to put the Python version you want to use on PATH.
34-
- "build.cmd %PYTHON%\\python.exe -m tox"
34+
- "%PYTHON%\\python.exe -m tox"
3535
#after_test:
3636
# This step builds your wheels.
3737
# Again, you only need build.cmd if you're building C extensions for

0 commit comments

Comments
 (0)