aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@magic.io>2018-05-01 12:18:48 -0400
committerElvis Pranskevichus <elvis@magic.io>2018-05-01 12:18:48 -0400
commitcc6a62c9dc94a4cd67f4c909699886cfecd16303 (patch)
treed638d6ffb8f06a688ecf8143f4f5127ccc3aaac5 /.travis.yml
parent4d966a1cf9acb21c9f71f2a630da11e4ac848502 (diff)
downloadimmutables-cc6a62c9dc94a4cd67f4c909699886cfecd16303.tar.gz
immutables-cc6a62c9dc94a4cd67f4c909699886cfecd16303.zip
Unbreak macOS build on Travisv0.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 60c7eb8..501e0df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,11 +38,11 @@ matrix:
services: [docker]
- os: osx
- env: BUILD=tests,wheels PYTHON_VERSION=3.5.4 PIP_USER=1
+ env: BUILD=tests,wheels PYTHON_VERSION=3.5.5
- os: osx
osx_image: xcode8.3
- env: BUILD=tests,wheels PYTHON_VERSION=3.6.4 PIP_USER=1
+ env: BUILD=tests,wheels PYTHON_VERSION=3.6.5
allow_failures:
- python: "3.7-dev"