diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 10:44:45 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-30 10:44:45 -0400 |
commit | 3f6926a9b069f48f22dd74d80733d62433e54162 (patch) | |
tree | 78a9352f1bb49ca477a4e133320215cf3d548db4 | |
parent | 7317122ae9092ab72d1ae82bad1afc887fca6508 (diff) | |
download | external_python_setuptools-3f6926a9b069f48f22dd74d80733d62433e54162.tar.gz external_python_setuptools-3f6926a9b069f48f22dd74d80733d62433e54162.tar.bz2 external_python_setuptools-3f6926a9b069f48f22dd74d80733d62433e54162.zip |
Include Python 2.7 in the appveyor matrix to capture failures on older Pythons. Ref #704.
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4ae6c791..f3d22f09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ environment: matrix: - PYTHON: "C:\\Python35-x64" + - PYTHON: "C:\\Python27-x64" install: # symlink python from a directory with a space |