1
0
Fork 0
forked from josch/plakativ

.travis.yml: don't update brew

This commit is contained in:
Johannes 'josch' Schauer 2019-07-01 10:07:48 +02:00
parent 68db923bcf
commit e58f0cfd7a
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -18,7 +18,7 @@ matrix:
- "$HOME/Library/Caches/pip"
addons:
homebrew:
update: true
#update: true
packages: python3
before_install:
- python3 -m pip install --upgrade virtualenv
@ -26,7 +26,4 @@ matrix:
- source "$HOME/venv/bin/activate"
install: pip install wheel PyMuPDF pytest pdfrw
script:
- python3 --version
- python3 -c 'import tkinter'
- python3 -m pytest test.py
- pytest test.py