diff --git a/appveyor.yml b/appveyor.yml index 9fd5db4c..5c3ba990 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,4 +7,4 @@ build_script: - "%PYTHON% -m pip install ." # the '-u' flag is required so the output is in the correct order. # See https://github.com/joerick/cibuildwheel/pull/24 for more info. - - "%PYTHON% -u ./run_tests.py' + - "%PYTHON% -u ./run_tests.py'"