yandex-tank/.travis.yml
Alexey Lavrenuke cd74587f0d travis
2016-03-15 21:35:05 +03:00

8 lines
105 B
YAML

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