mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-08 11:13:51 +00:00
13 lines
360 B
YAML
13 lines
360 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 . --use-mirrors
|
|
# - pip install -r requirements.txt --use-mirrors
|
|
# command to run tests
|
|
script: nosetests |