Install the graphviz apt-package and graphviz lib in travis conf
This commit is contained in:
parent
bcee1a4e8e
commit
b9787600bf
|
@ -9,9 +9,14 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- graphviz
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -U pip>=8.0.2
|
- pip install -U pip>=8.0.2
|
||||||
- pip install pytest
|
- pip install pytest
|
||||||
|
- pip install graphviz
|
||||||
install: pip install .
|
install: pip install .
|
||||||
script: pytest -v tests/test_pipdeptree.py
|
script: pytest -v tests/test_pipdeptree.py
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
Loading…
Reference in New Issue