6 lines
63 B
YAML
6 lines
63 B
YAML
language: python
|
|
|
|
before_install: pip install tox
|
|
|
|
script: tox
|