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 a897aed commit e3f5cc7Copy full SHA for e3f5cc7
.travis.yml
@@ -26,6 +26,12 @@ matrix:
26
env: BUILD=tests,wheels PYTHON_VERSION=3.5.2 PIP_USER=1
27
branches: {only: [releases]}
28
29
+ - os: osx
30
+ # Travis macOS env does not support Python yet,
31
+ # so we have to set things up manually in install.sh.
32
+ env: BUILD=tests,wheels PYTHON_VERSION=3.6.0 PIP_USER=1
33
+ branches: {only: [releases]}
34
+
35
- os: linux
36
dist: trusty
37
sudo: false
0 commit comments