Actually fix syntax error

This commit is contained in:
Joe Rickerby
2017-08-14 23:23:15 +01:00
parent e66ab50909
commit f07979ec23
+1 -1
View File
@@ -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"