From b5988694508e374594b5ffef488851f56676d835 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 4 Dec 2020 18:48:49 +0700 Subject: [PATCH] .travis.yml: Add taskwarrior Taskwarrior package requires task to be installed. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee38e1e..079ecc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)