.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:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
libdbus-1-dev
|
libdbus-1-dev
|
||||||
libffi-dev
|
taskwarrior
|
||||||
python3-pygit2
|
|
||||||
install:
|
install:
|
||||||
- pip install -U coverage pytest pytest-mock freezegun
|
- 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)
|
- 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