6 строки
84 B
YAML
6 строки
84 B
YAML
|
language: python
|
||
|
python:
|
||
|
- 2.7
|
||
|
install: pip install tox --use-mirrors
|
||
|
script: tox
|