yandex-tank/.travis.yml
Andrew Grigorev e80da71693 Replace lxml with xml from standard lib, fix #132
The lxml library is used there only for config file parsing, it is real overhead
to install optimized C library for that.
2015-02-12 23:11:25 +03:00

12 lines
225 B
YAML

language: python
python:
- "2.6"
- "2.7"
install:
- pip install ipaddr
- pip install psutil
- pip install sqlalchemy
- pip install importlib
- pip install yandextank
script: cd tests && nosetests --with-doctest