yandex-tank/.travis.yml
Alexey Lavrenuke 7099c91639 fix reader
2016-12-19 18:51:17 +03:00

8 lines
107 B
YAML

language: python
python:
- "2.7.3"
- "2.7"
install:
- "pip install ."
script: "python setup.py test"