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 f0437c1 commit 588f412Copy full SHA for 588f412
appveyor.yml
@@ -33,7 +33,7 @@ test_script:
33
# the interpreter you're using - Appveyor does not do anything special
34
# to put the Python version you want to use on PATH.
35
#- "build.cmd %PYTHON%\\python.exe setup.py test"
36
- - "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark\benchmark.py"
+ - "%PYTHON%\\python.exe -m pytest -v --doctest-modules --ignore benchmark\\benchmark.py"
37
38
after_test:
39
# This step builds your wheels.
0 commit comments