.travis.yml: Pre-install libvirt-dev
Also install libvirt-python<6.3 for Python 3.4 support.
This commit is contained in:
parent
a018343af6
commit
e872897346
1 changed files with 2 additions and 1 deletions
|
@ -19,10 +19,11 @@ addons:
|
|||
packages:
|
||||
libdbus-1-dev
|
||||
libgit2-dev
|
||||
libvirt-dev
|
||||
taskwarrior
|
||||
install:
|
||||
- pip install -U coverage pytest pytest-mock freezegun
|
||||
- pip install 'pygit2<1' || true
|
||||
- pip install 'pygit2<1' 'libvirt-python<6.3' || true
|
||||
- pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u)
|
||||
script:
|
||||
- coverage run --source=. -m pytest tests -v
|
||||
|
|
Loading…
Reference in a new issue