Skip to content

Commit

Permalink
improve travis-ci config for macos via brew /2
Browse files Browse the repository at this point in the history
  • Loading branch information
constverum committed Mar 13, 2019
1 parent d25462a commit d21aae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ matrix:
before_install:
- brew update
- brew upgrade python
- python -m venv env
- python3 -m venv env
- source env/bin/activate
allow_failures:
- name: "3.8-dev"
Expand Down

0 comments on commit d21aae8

Please sign in to comment.