From b39dba8867312405b3d1dcadef57be99354d9b06 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 21 Jul 2020 09:02:51 +0200 Subject: [PATCH] [travis] remove webbrowser --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 799dc03..59061c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - pip install requests simplejson - pip install suntime - pip install tzlocal - - pip install taskw webbrowser + - pip install taskw script: - coverage run --source=. -m pytest tests -v - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter