From bee2586ed4b59f96a83cadc3fc312c0791a09dea Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 21 Jul 2020 08:58:36 +0200 Subject: [PATCH] [travis] remove tempfile --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f78af0a..b42cb34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - pip install psutil pytz - pip install requests simplejson - pip install suntime - - pip install tempfile tkinter tzlocal + - pip install tkinter tzlocal - pip install taskw webbrowser script: - coverage run --source=. -m pytest tests -v