yandex-tank/.travis.yml
Alexey Lavrenuke 966386e7ea some pep8
2016-12-27 16:08:02 +03:00

10 lines
140 B
YAML

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