mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-07 10:49:00 +00:00
e80da71693
The lxml library is used there only for config file parsing, it is real overhead to install optimized C library for that.
12 lines
225 B
YAML
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
|