From e58f0cfd7a2e9de0a0cb578bc446f117ec9a57a3 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Mon, 1 Jul 2019 10:07:48 +0200 Subject: [PATCH] .travis.yml: don't update brew --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13f57d7..35242cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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