6 lines
82 B
YAML
6 lines
82 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
install: pip install tox-travis
|
|
script:
|
|
- tox |