Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jan 14, 2023
1 parent 1982672 commit ae0db35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -28,7 +28,7 @@ test_script:
# Note that you must use the environment variable %PYTHON% to refer to
# the interpreter you're using - Appveyor does not do anything special
# to put the Python version you want to use on PATH.
- "%PYTHON%\\python.exe -m pytest"
- "%PYTHON%\\python.exe -m pytest --ignore-glob=docs"

after_test:
# This step builds your wheels.
Expand Down

0 comments on commit ae0db35

Please sign in to comment.