diff options
| author | dylan araps <dylan.araps@gmail.com> | 2017-09-12 08:46:03 +1000 |
|---|---|---|
| committer | dylan araps <dylan.araps@gmail.com> | 2017-09-12 08:46:03 +1000 |
| commit | 93ea9b519e0c741e937f3374adce7e1939614099 (patch) | |
| tree | 20493a7137c381dd9203032d77b17bb406c0b1ae | |
| parent | 50c6ba020572f438aa608035224cc3de73f0e2ee (diff) | |
travis: Fix macOS
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2ec3221..07b67cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,9 @@ matrix: - os: osx language: generic before_install: - - brew update - brew install imagemagick - brew install python3 - - virtualenv env -p python3 - - source env/bin/activate + - brew link --overwite python3 - os: linux python: 3.5 - os: linux |
