Skip to content

Commit

Permalink
fix backslash escaping in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Oct 8, 2024
1 parent f0437c1 commit 588f412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test_script:
# the interpreter you're using - Appveyor does not do anything special
# to put the Python version you want to use on PATH.
#- "build.cmd %PYTHON%\\python.exe setup.py test"
- "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark\benchmark.py"
- "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark\\benchmark.py"

after_test:
# This step builds your wheels.
Expand Down

0 comments on commit 588f412

Please sign in to comment.