[travis] forgotten in previous commit
This commit is contained in:
parent
3937e73e7d
commit
5ff6263986
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue