aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-22 14:58:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-22 14:58:36 -0400
commit0f6fa71ca87f0a849455fbffd18ec30081317a98 (patch)
tree96a2f9ca82a8e03fa58751f1743322016e4ffa3d
parent299aaee1b09372f1735a640a849082cd8abda979 (diff)
downloadexternal_python_setuptools-0f6fa71ca87f0a849455fbffd18ec30081317a98.tar.gz
external_python_setuptools-0f6fa71ca87f0a849455fbffd18ec30081317a98.tar.bz2
external_python_setuptools-0f6fa71ca87f0a849455fbffd18ec30081317a98.zip
Should be able to execute without specifying the full path.
-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"