yandex-tank/.travis.yml
2014-06-06 13:29:22 +04:00

11 lines
178 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