forked from josch/plakativ
.travis.yml: don't use homebrew/dupes
This commit is contained in:
parent
e5cc5d002f
commit
2580ae23ce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue