Skip to content

Commit

Permalink
Do not run tests for Python 2.6 and 2.7 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 13, 2018
1 parent 37cae8e commit 61fb531
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
environment:
matrix:
- PYTHON: "C:\\Python26"
- PYTHON: "C:\\Python26-x64"
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
# Python 2.6 builds do not work because bundled OpenSSL does not support TLS.
# - PYTHON: "C:\\Python26"
# - PYTHON: "C:\\Python26-x64"
# Python 2.x builds do not work, because readlink for Windows is not available before Python 3.3
# - PYTHON: "C:\\Python27"
# - PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35"
Expand Down

0 comments on commit 61fb531

Please sign in to comment.