.travis.yml: Add taskwarrior
Taskwarrior package requires task to be installed.
This commit is contained in:
parent
5ff6263986
commit
b598869450
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue