yandex-tank/.travis.yml
2013-11-05 17:43:34 +03:00

15 lines
405 B
YAML

language: python
python:
- "2.6"
- "2.7"
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
# maintainers to fix their pypy-dev package.
# - "pypy"
# command to install dependencies
install:
- pip install psutil --use-mirrors
- pip install sqlalchemy --use-mirrors
# - pip install -r requirements.txt --use-mirrors
# command to run tests
script: nosetests