7 lines
95 B
YAML
7 lines
95 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install: pip install tox-travis
|
|
script:
|
|
- tox -e pep8,py3
|