.travis.yml: Add taskwarrior

Taskwarrior package requires task to be installed.
This commit is contained in:
John Vandenberg 2020-12-04 18:48:49 +07:00
parent 5ff6263986
commit b598869450

View file

@ -18,8 +18,7 @@ addons:
apt:
packages:
libdbus-1-dev
libffi-dev
python3-pygit2
taskwarrior
install:
- pip install -U coverage pytest pytest-mock freezegun
- pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u|grep -v dbus-python|grep -v libvirt-python|grep -v Pillow|grep -v pygit2)