Skip to content

Commit 1d813dd

Browse files
committed
ci: Test 3.7 on AppVeyor and macOS
1 parent b72bfe4 commit 1d813dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.ci/appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ environment:
1212
- PYTHON: "C:\\Python35-x64\\python.exe"
1313
- PYTHON: "C:\\Python36\\python.exe"
1414
- PYTHON: "C:\\Python36-x64\\python.exe"
15+
- PYTHON: "C:\\Python37\\python.exe"
16+
- PYTHON: "C:\\Python37-x64\\python.exe"
1517

1618
branches:
1719
# Avoid building PR branches.

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ matrix:
4848
env: BUILD=tests,wheels PYTHON_VERSION=3.5.5
4949

5050
- os: osx
51-
osx_image: xcode8.3
5251
env: BUILD=tests,wheels PYTHON_VERSION=3.6.5
5352

54-
allow_failures:
55-
- python: "3.7-dev"
53+
- os: osx
54+
env: BUILD=tests,wheels PYTHON_VERSION=3.7.0
5655

5756
cache:
5857
pip

0 commit comments

Comments
 (0)