[travis] remove tempfile

This commit is contained in:
tobi-wan-kenobi 2020-07-21 08:58:36 +02:00
parent 632eb0c450
commit bee2586ed4

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 tempfile tkinter tzlocal - pip install tkinter 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