[CI] update CI config

This commit is contained in:
tobi-wan-kenobi 2020-05-16 12:00:48 +02:00
parent 7584366adc
commit ef4d87af8e
2 changed files with 1 additions and 10 deletions

View file

@ -13,4 +13,3 @@ ratings:
- "**.py" - "**.py"
exclude_paths: exclude_paths:
- tests/ - tests/
- thirdparty/

View file

@ -8,17 +8,9 @@ python:
- "3.8" - "3.8"
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y task libdbus-1-dev
install: install:
- pip install i3ipc - pip install coverage
- pip install psutil
- pip install netifaces
- pip install -U coverage==4.3
- pip install codeclimate-test-reporter - pip install codeclimate-test-reporter
- pip install taskw
- pip install pytz
- pip install tzlocal
- pip install dbus-python
- pip install coverage - pip install coverage
script: script:
- coverage run -m unittest discover -v - coverage run -m unittest discover -v