[travis] remove tkinter

This commit is contained in:
tobi-wan-kenobi 2020-07-21 09:00:59 +02:00
parent bee2586ed4
commit c692a776b6

View file

@ -17,7 +17,7 @@ install:
- pip install psutil pytz - pip install psutil pytz
- pip install requests simplejson - pip install requests simplejson
- pip install suntime - pip install suntime
- pip install tkinter tzlocal - pip install tzlocal
- pip install taskw webbrowser - pip install taskw webbrowser
script: script:
- coverage run --source=. -m pytest tests -v - coverage run --source=. -m pytest tests -v