972677fc3d
Copied mostly from python-keystoneclient with some Glance-specific stuff. README.rst shows what WILL be the way to do things, not what is currently coded :)
15 lines
271 B
INI
15 lines
271 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
deps = -r{toxinidir}/tools/pip-requires
|
|
commands = /bin/bash run_tests.sh -N
|
|
|
|
[testenv:pep8]
|
|
deps = pep8
|
|
commands = /bin/bash run_tests.sh -N --pep8
|
|
|
|
[testenv:coverage]
|
|
deps = pep8
|
|
commands = /bin/bash run_tests.sh -N --with-coverage
|