yandex-tank/.travis.yml
2014-06-06 16:05:42 +04:00

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