We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72bfe4 commit 1d813ddCopy full SHA for 1d813dd
.ci/appveyor.yml
@@ -12,6 +12,8 @@ environment:
12
- PYTHON: "C:\\Python35-x64\\python.exe"
13
- PYTHON: "C:\\Python36\\python.exe"
14
- PYTHON: "C:\\Python36-x64\\python.exe"
15
+ - PYTHON: "C:\\Python37\\python.exe"
16
+ - PYTHON: "C:\\Python37-x64\\python.exe"
17
18
branches:
19
# Avoid building PR branches.
.travis.yml
@@ -48,11 +48,10 @@ matrix:
48
env: BUILD=tests,wheels PYTHON_VERSION=3.5.5
49
50
- os: osx
51
- osx_image: xcode8.3
52
env: BUILD=tests,wheels PYTHON_VERSION=3.6.5
53
54
- allow_failures:
55
- - python: "3.7-dev"
+ - os: osx
+ env: BUILD=tests,wheels PYTHON_VERSION=3.7.0
56
57
cache:
58
pip
0 commit comments