summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJay Pipes <jaypipes@gmail.com>2012-02-29 16:42:26 -0500
committerJay Pipes <jaypipes@gmail.com>2012-02-29 16:42:26 -0500
commit972677fc3dc24a5084657fc337fb2b2981a30e0c (patch)
treefa5039f09ea51c021a924bfac1579eabb9e96de8 /tox.ini
downloadpython-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.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..c81dd64
--- /dev/null
+++ b/tox.ini
@@ -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