yandex-tank/.travis.yml

8 lines
107 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 ."
script: "python setup.py test"