aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-22 14:55:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-22 14:55:03 -0400
commit299aaee1b09372f1735a640a849082cd8abda979 (patch)
treee7a39738596a136a9072a4bc11d39ee434de0a35 /appveyor.yml
parentb1781f2786d062c6c4678f18b9355421297c6d47 (diff)
downloadexternal_python_setuptools-299aaee1b09372f1735a640a849082cd8abda979.tar.gz
external_python_setuptools-299aaee1b09372f1735a640a849082cd8abda979.tar.bz2
external_python_setuptools-299aaee1b09372f1735a640a849082cd8abda979.zip
Need to bootstrap egg_info.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 35938480..4fdef703 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,4 +12,5 @@ install:
build: off
test_script:
+ - "%PYTHON%\\python bootstrap.py"
- "%PYTHON%\\python setup.py test"