From e66ab50909abcc0faa85649704024bfdeeee1867 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 14 Aug 2017 23:20:41 +0100 Subject: [PATCH] Fix syntax error --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"