python-hnvclient/.travis.yml
2017-01-30 13:11:42 +02:00

10 lines
174 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