how about that

This commit is contained in:
Marco Bonetti 2019-04-12 16:31:40 +02:00
parent f242ff7b0d
commit deceaf0ef0

View file

@ -26,10 +26,9 @@ matrix:
- python: "3.7"
env: TOX_ENV=py37-django22
dist: xenial
- python: "3.7"
env: TOX_ENV=py37-django22
os: osx
- os: osx
osx_image: xcode9.4
env: TOX_ENV=py37-django22
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi