diff options
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2ec3221..07b67cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,9 @@ matrix: - os: osx language: generic before_install: - - brew update - brew install imagemagick - brew install python3 - - virtualenv env -p python3 - - source env/bin/activate + - brew link --overwite python3 - os: linux python: 3.5 - os: linux |
