diff options
| -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 |