diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-04 08:35:29 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-04 08:35:29 +1100 |
| commit | fdec2b3a3c45a979b059662a7d1429d53214acc1 (patch) | |
| tree | a1174a9d6032dcb896a6d45c69e569ca3915115a | |
| parent | dafaa06389239db609f6c28b657e3ee88717bb22 (diff) | |
travis: Fix macOS
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ce6e603..d2ad135 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ matrix: before_install: - brew update - brew install imagemagick - - brew install python3 + - brew upgrade python - virtualenv env -p python3 - source env/bin/activate - os: linux |
