From 6870c3ba84be1f438f544375ab9dec71da7c66e6 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 21 Jul 2020 08:53:41 +0200 Subject: [PATCH] [travis] removed a couple more modules --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27da83f..7f79b21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ install: - pip install netifaces power - pip install psutil pytz - pip install requests simplejson - - pip install socket speedtest suntime + - pip install speedtest suntime - pip install tempfile tkinter tzlocal - - pip install taskw webbrowser xkbgroup yubico + - pip install taskw webbrowser script: - coverage run --source=. -m pytest tests -v - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter