.travis.yml: don't update brew
This commit is contained in:
parent
68db923bcf
commit
e58f0cfd7a
1 changed files with 1 additions and 4 deletions
|
@ -18,7 +18,7 @@ matrix:
|
||||||
- "$HOME/Library/Caches/pip"
|
- "$HOME/Library/Caches/pip"
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
update: true
|
#update: true
|
||||||
packages: python3
|
packages: python3
|
||||||
before_install:
|
before_install:
|
||||||
- python3 -m pip install --upgrade virtualenv
|
- python3 -m pip install --upgrade virtualenv
|
||||||
|
@ -26,7 +26,4 @@ matrix:
|
||||||
- source "$HOME/venv/bin/activate"
|
- source "$HOME/venv/bin/activate"
|
||||||
install: pip install wheel PyMuPDF pytest pdfrw
|
install: pip install wheel PyMuPDF pytest pdfrw
|
||||||
script:
|
script:
|
||||||
- python3 --version
|
|
||||||
- python3 -c 'import tkinter'
|
|
||||||
- python3 -m pytest test.py
|
- python3 -m pytest test.py
|
||||||
- pytest test.py
|
|
||||||
|
|
Loading…
Reference in a new issue