yandex-tank/.travis.yml

10 lines
140 B
YAML
Raw Normal View History

2013-03-15 09:37:48 +00:00
language: python
python:
2016-12-19 15:51:17 +00:00
- "2.7.3"
2013-03-15 09:37:48 +00:00
- "2.7"
install:
2016-03-15 18:35:05 +00:00
- "pip install ."
2016-12-27 13:08:02 +00:00
script:
- "python setup.py flake8"
- "python setup.py test"