8 lines
77 B
YAML
8 lines
77 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py27
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|