diff --git a/appveyor.yml b/appveyor.yml index a6d57f8..feab8c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,6 @@ install: - "%PYTHON%/python.exe C:/get-pip.py" - "%PYTHON%/Scripts/pip.exe install -r requirements.txt" test_script: - - "%PYTHON% -m green.cmdline -vvv green" + - "%PYTHON%/python.exe -m green.cmdline -vvv green" platform: - AnyCPU