From c692a776b66077835d44b101c6f1b4e4bb47d4e0 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 21 Jul 2020 09:00:59 +0200 Subject: [PATCH] [travis] remove tkinter --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b42cb34..799dc03 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 tkinter tzlocal + - pip install tzlocal - pip install taskw webbrowser script: - coverage run --source=. -m pytest tests -v