Commit 3f6926a9 authored by Jason R. Coombs's avatar Jason R. Coombs

Include Python 2.7 in the appveyor matrix to capture failures on older Pythons. Ref #704.

parent 7317122a
...@@ -2,6 +2,7 @@ environment: ...@@ -2,6 +2,7 @@ environment:
matrix: matrix:
- PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python27-x64"
install: install:
# symlink python from a directory with a space # symlink python from a directory with a space
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment