mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
10 lines
140 B
YAML
10 lines
140 B
YAML
language: python
|
|
python:
|
|
- "2.7.3"
|
|
- "2.7"
|
|
install:
|
|
- "pip install ."
|
|
script:
|
|
- "python setup.py flake8"
|
|
- "python setup.py test"
|