deb-python-pydotplus/.travis.yml

9 lines
145 B
YAML

language: python
install:
- sudo apt-get install graphviz
- pip install -r requirements.dev.txt
script:
- tox
after_success:
- coveralls