diff options
author | Yury Selivanov <yury@magic.io> | 2018-11-20 13:56:19 -0500 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-11-20 14:25:07 -0500 |
commit | 1d813dd4ad80a1faa64844d96da45ba68396ddef (patch) | |
tree | 8cb70bd17370d0c0c85af974fbbc4a57cabd9c57 | |
parent | b72bfe4b2ca5af1a031662381dd0740d396a026c (diff) | |
download | immutables-1d813dd4ad80a1faa64844d96da45ba68396ddef.tar.gz immutables-1d813dd4ad80a1faa64844d96da45ba68396ddef.zip |
ci: Test 3.7 on AppVeyor and macOS
-rw-r--r-- | .ci/appveyor.yml | 2 | ||||
-rw-r--r-- | .travis.yml | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.ci/appveyor.yml b/.ci/appveyor.yml index 318b16b..9dcee48 100644 --- a/.ci/appveyor.yml +++ b/.ci/appveyor.yml @@ -12,6 +12,8 @@ environment: - PYTHON: "C:\\Python35-x64\\python.exe" - PYTHON: "C:\\Python36\\python.exe" - PYTHON: "C:\\Python36-x64\\python.exe" + - PYTHON: "C:\\Python37\\python.exe" + - PYTHON: "C:\\Python37-x64\\python.exe" branches: # Avoid building PR branches. diff --git a/.travis.yml b/.travis.yml index aebc244..4c05bd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,11 +48,10 @@ matrix: env: BUILD=tests,wheels PYTHON_VERSION=3.5.5 - os: osx - osx_image: xcode8.3 env: BUILD=tests,wheels PYTHON_VERSION=3.6.5 - allow_failures: - - python: "3.7-dev" + - os: osx + env: BUILD=tests,wheels PYTHON_VERSION=3.7.0 cache: pip |