summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-05 10:44:04 -0800
committerBob Ippolito <bob@redivi.com>2017-11-05 10:44:04 -0800
commitef4015d1d997c234d2bb604b4d858e04cdbceeb3 (patch)
tree0568e2227f12326956f23a2880995e62dfc29eb5
parent0d36c5cd16055d55e6eceaf252f072a9339e0746 (diff)
downloadsimplejson-ef4015d1d997c234d2bb604b4d858e04cdbceeb3.tar.gz
Add Python 3.6.3 to appveyor
-rw-r--r--appveyor.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1b40ad1..532c22b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,7 +8,7 @@ environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON_VERSION: "2.7.10"
+ PYTHON_VERSION: "2.7.14"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python33"
@@ -23,8 +23,12 @@ environment:
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.6.3"
+ PYTHON_ARCH: "32"
+
- PYTHON: "C:\\Python27-x64"
- PYTHON_VERSION: "2.7.10"
+ PYTHON_VERSION: "2.7.14"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python33-x64"
@@ -39,6 +43,10 @@ environment:
PYTHON_VERSION: "3.5.0"
PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python35-x64"
+ PYTHON_VERSION: "3.6.3"
+ PYTHON_ARCH: "64"
+
clone_depth: 25
init: