diff options
| author | Jay Pipes <jaypipes@gmail.com> | 2012-02-29 16:42:26 -0500 |
|---|---|---|
| committer | Jay Pipes <jaypipes@gmail.com> | 2012-02-29 16:42:26 -0500 |
| commit | 972677fc3dc24a5084657fc337fb2b2981a30e0c (patch) | |
| tree | fa5039f09ea51c021a924bfac1579eabb9e96de8 /tox.ini | |
| download | python-glanceclient-972677fc3dc24a5084657fc337fb2b2981a30e0c.tar.gz | |
Initial checkin for new CLI and client package
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 :)
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +[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 |
