From ef4d87af8e52751fa3b6a87fb2977f6920c4fa75 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Sat, 16 May 2020 12:00:48 +0200 Subject: [PATCH] [CI] update CI config --- .codeclimate.yml | 1 - .travis.yml | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index d0c140e..ec80874 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,4 +13,3 @@ ratings: - "**.py" exclude_paths: - tests/ -- thirdparty/ diff --git a/.travis.yml b/.travis.yml index 0e08cf9..78eff09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,17 +8,9 @@ python: - "3.8" before_install: - sudo apt-get -qq update - - sudo apt-get install -y task libdbus-1-dev install: - - pip install i3ipc - - pip install psutil - - pip install netifaces - - pip install -U coverage==4.3 + - pip install coverage - pip install codeclimate-test-reporter - - pip install taskw - - pip install pytz - - pip install tzlocal - - pip install dbus-python - pip install coverage script: - coverage run -m unittest discover -v