python-hnvclient/.travis.yml
2017-02-06 15:04:04 +02:00

12 lines
207 B
YAML

# Config file for automatic testing at travis-ci.org
sudo: false
language: python
install: pip install tox
script: tox
env:
- TOXENV=py27
- TOXENV=pep8
- TOXENV=pylint
- TOXENV=cover
- TOXENV=docs