MacOS build removed from .travis.yml

Python builds [are not available on the macOS and Windows environments](https://docs.travis-ci.com/user/languages/python/), so I've just remove the macOS build to avoid [this crash](https://travis-ci.org/mbi/django-rosetta/jobs/657348372?utm_medium=notification&utm_source=github_status).
This commit is contained in:
mondeja 2020-03-09 20:30:07 +01:00 committed by GitHub
parent 3c249d344e
commit d2cf3c14ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,10 +26,6 @@ matrix:
- python: "3.7"
env: TOX_ENV=py37-django22
dist: xenial
- os: osx
osx_image: xcode9.4
language: generic
env: TOX_ENV=py36-django22
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install memcached; brew services start memcached; fi