mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
12 lines
179 B
YAML
12 lines
179 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
install:
|
|
- pip install lxml
|
|
- pip install ipaddr
|
|
- pip install psutil
|
|
- pip install sqlalchemy
|
|
script: cd Tests && nosetests
|
|
|