summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-09-04 09:51:10 -0700
committerGitHub <noreply@github.com>2018-09-04 09:51:10 -0700
commit44130e3327a504b7306b827fec07dfb50594a56f (patch)
treec5381c02cf2b982f2494501871f95b2d4e8a1d42
parent734ecc2452d7a749b60de48890bd2282088432e9 (diff)
parentf0a1bd8baec5f9ae61afd1c374abed78e995550b (diff)
downloadsimplejson-44130e3327a504b7306b827fec07dfb50594a56f.tar.gz
Merge branch 'master' into travis-py37
-rw-r--r--appveyor.yml18
1 files changed, 13 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e6ed73d..9ae5784 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,11 +20,15 @@ environment:
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python35"
- PYTHON_VERSION: "3.5.0"
+ PYTHON_VERSION: "3.5.6"
PYTHON_ARCH: "32"
- - PYTHON: "C:\\Python35"
- PYTHON_VERSION: "3.6.3"
+ - PYTHON: "C:\\Python36"
+ PYTHON_VERSION: "3.6.6"
+ PYTHON_ARCH: "32"
+
+ - PYTHON: "C:\\Python37"
+ PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python27-x64"
@@ -40,11 +44,15 @@ environment:
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python35-x64"
- PYTHON_VERSION: "3.5.0"
+ PYTHON_VERSION: "3.5.6"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python36-x64"
- PYTHON_VERSION: "3.6.3"
+ PYTHON_VERSION: "3.6.6"
+ PYTHON_ARCH: "64"
+
+ - PYTHON: "C:\\Python37-x64"
+ PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "64"
clone_depth: 25