summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2016-08-21 10:40:31 +0200
committernicolargo <nicolashennion@gmail.com>2016-08-21 10:40:31 +0200
commit3b98eb9816f1e6deb571f2247861a90e8c453aea (patch)
tree3f159f31cea345b3eec82d83eec52d87694ec9b3 /appveyor.yml
parent150f63ea0fda451347ee23cb01393f8f07ec85fe (diff)
Limit AppVeyor to Python 2.7 and 3.5
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5ebf2368..32a16d2d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,14 +12,6 @@ environment:
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "32"
- - PYTHON: "C:\\Python33"
- PYTHON_VERSION: "3.3.x"
- PYTHON_ARCH: "32"
-
- - PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4.x"
- PYTHON_ARCH: "32"
-
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "32"
@@ -30,14 +22,6 @@ environment:
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "64"
- - PYTHON: "C:\\Python33-x64"
- PYTHON_VERSION: "3.3.x"
- PYTHON_ARCH: "64"
-
- - PYTHON: "C:\\Python34-x64"
- PYTHON_VERSION: "3.4.x"
- PYTHON_ARCH: "64"
-
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"