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