.travis.yml: don't use homebrew/dupes

main
parent e5cc5d002f
commit 2580ae23ce
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -17,7 +17,7 @@ matrix:
- "$HOME/Library/Caches/Homebrew" - "$HOME/Library/Caches/Homebrew"
- "$HOME/Library/Caches/pip" - "$HOME/Library/Caches/pip"
before_install: before_install:
- brew tap homebrew/dupes - brew update
- brew install tcl-tk - brew install tcl-tk
- brew install python3 --with-tcl-tk - brew install python3 --with-tcl-tk
- python3 -m pip install --upgrade virtualenv - python3 -m pip install --upgrade virtualenv

Loading…
Cancel
Save