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 a73e7e6 commit 0d98e5dCopy full SHA for 0d98e5d
.travis.yml
@@ -23,7 +23,7 @@ matrix:
23
python: "pypy3.5-5.8.0"
24
dist: trusty
25
- os: osx
26
- osx_image: xcode7.3
+ osx_image: xcode9.4
27
language: generic
28
allow_failures:
29
@@ -34,7 +34,6 @@ matrix:
34
# Perform the manual steps on osx to install python3 and activate venv
35
before_install:
36
- if [[ -n "$TRAVIS_TAG" && "$TRAVIS_PYTHON_VERSION" != "3.6" ]]; then travis_terminate 0; fi; # Deploy on 3.6
37
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
38
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
39
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then python3 -m venv venv; fi
40
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source venv/bin/activate; fi
0 commit comments