From 0f6fa71ca87f0a849455fbffd18ec30081317a98 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 22 Jul 2016 14:58:36 -0400 Subject: Should be able to execute without specifying the full path. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4fdef703..4ae6c791 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,5 +12,5 @@ install: build: off test_script: - - "%PYTHON%\\python bootstrap.py" - - "%PYTHON%\\python setup.py test" + - "python bootstrap.py" + - "python setup.py test" -- cgit v1.2.3