diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-11-18 15:57:01 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-11-18 15:57:01 -0500 |
| commit | b4d77154138d7fb7042153491e9b5c1af534eb4d (patch) | |
| tree | 9c55afc132f8abf60682e2d55bb6f3ebd228f9f5 | |
| parent | 7daf18ff0aaa6e9c9f5078ed1880512dbf8e497a (diff) | |
| download | external_python_setuptools-b4d77154138d7fb7042153491e9b5c1af534eb4d.tar.gz external_python_setuptools-b4d77154138d7fb7042153491e9b5c1af534eb4d.tar.bz2 external_python_setuptools-b4d77154138d7fb7042153491e9b5c1af534eb4d.zip | |
Add environment variable to detect APPVEYOR. Ref #851.
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 299c35b7..9313a482 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ environment: + APPVEYOR: true + matrix: - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python27-x64" |
