From 5ff626398673f2c71044ec488230ef6ac55834bc Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Fri, 4 Dec 2020 18:55:21 +0100 Subject: [PATCH] [travis] forgotten in previous commit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a9bb5fb..ee38e1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ addons: packages: libdbus-1-dev libffi-dev + python3-pygit2 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)