aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-03-04 08:35:29 +1100
committerDylan Araps <[email protected]>2018-03-04 08:35:29 +1100
commitfdec2b3a3c45a979b059662a7d1429d53214acc1 (patch)
treea1174a9d6032dcb896a6d45c69e569ca3915115a
parentexport: Added octal support. Closes #193 (diff)
downloadpywal-fdec2b3a3c45a979b059662a7d1429d53214acc1.tar.xz
pywal-fdec2b3a3c45a979b059662a7d1429d53214acc1.zip
travis: Fix macOS
-rw-r--r--.travis.yml2
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