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 cb42daa commit ba019c8Copy full SHA for ba019c8
appveyor.yml
@@ -59,6 +59,4 @@ install:
59
build: off
60
61
test_script:
62
- # Run the project tests and store results in .xml log
63
- - ps: |
64
- &$env:PYTHON\python -Wignore -m unittest discover tests
+ - "python -Wignore -m unittest discover tests"
0 commit comments