7 lines
95 B
YAML
Raw Normal View History

2019-03-20 14:09:24 -07:00
language: python
python:
- "3.6"
install: pip install tox-travis
script:
- tox -e pep8,py3