diff options
| author | dylan araps <dylan.araps@gmail.com> | 2017-09-25 08:51:24 +1000 |
|---|---|---|
| committer | dylan araps <dylan.araps@gmail.com> | 2017-09-25 08:51:24 +1000 |
| commit | d56bcf2002cb7316ad18ec8ac8a3209f2b51416a (patch) | |
| tree | 42c7f83a1982aab62dc7219ad65979eb3f4f199d /.travis.yml | |
| parent | 93ea9b519e0c741e937f3374adce7e1939614099 (diff) | |
travis: Fix macos builds
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 07b67cc..97204bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ matrix: before_install: - brew install imagemagick - brew install python3 - - brew link --overwite python3 + - virtualenv env -p python3 + - source env/bin/activate - os: linux python: 3.5 - os: linux |
