summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml4
1 files 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"