diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 14:55:03 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 14:55:03 -0400 |
| commit | 299aaee1b09372f1735a640a849082cd8abda979 (patch) | |
| tree | e7a39738596a136a9072a4bc11d39ee434de0a35 | |
| parent | b1781f2786d062c6c4678f18b9355421297c6d47 (diff) | |
| download | python-setuptools-git-299aaee1b09372f1735a640a849082cd8abda979.tar.gz | |
Need to bootstrap egg_info.
| -rw-r--r-- | appveyor.yml | 1 |
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" |
