[travis] forgotten in previous commit

This commit is contained in:
tobi-wan-kenobi 2020-12-04 18:55:21 +01:00
parent 3937e73e7d
commit 5ff6263986

View file

@ -19,6 +19,7 @@ addons:
packages: packages:
libdbus-1-dev libdbus-1-dev
libffi-dev libffi-dev
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)