diff options
| author | Dylan Araps <[email protected]> | 2018-03-04 08:35:29 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-03-04 08:35:29 +1100 |
| commit | fdec2b3a3c45a979b059662a7d1429d53214acc1 (patch) | |
| tree | a1174a9d6032dcb896a6d45c69e569ca3915115a | |
| parent | export: Added octal support. Closes #193 (diff) | |
| download | pywal-fdec2b3a3c45a979b059662a7d1429d53214acc1.tar.xz pywal-fdec2b3a3c45a979b059662a7d1429d53214acc1.zip | |
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 |