Skip to content

Commit e3f5cc7

Browse files
committed
ci: Build under Python 3.6 on macOS
1 parent a897aed commit e3f5cc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ matrix:
2626
env: BUILD=tests,wheels PYTHON_VERSION=3.5.2 PIP_USER=1
2727
branches: {only: [releases]}
2828

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+
2935
- os: linux
3036
dist: trusty
3137
sudo: false

0 commit comments

Comments
 (0)