Skip to content

Commit

Permalink
improve travis-ci config for macos via brew
Browse files Browse the repository at this point in the history
  • Loading branch information
constverum committed Mar 13, 2019
1 parent 673d321 commit d25462a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ matrix:
os: linux
dist: xenial
python: 3.8-dev
- name: "osx-py3.6"
os: osx
language: generic
before_install:
- python -m venv env
- source env/bin/activate
- name: "osx-py3.7"
os: osx
language: generic
Expand All @@ -34,7 +28,6 @@ matrix:
- source env/bin/activate
allow_failures:
- name: "3.8-dev"
- name: "osx-py3.6"
- name: "osx-py3.7"
install:
- pip install -U pip wheel setuptools
Expand Down

0 comments on commit d25462a

Please sign in to comment.