aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/tox.ini
diff options
context:
space:
mode:
authorGravatar Tres Seaver <tseaver@palladion.com>2015-01-13 15:58:31 -0500
committerGravatar Tres Seaver <tseaver@palladion.com>2015-01-13 15:58:31 -0500
commitf1eae1a168ecfccc1c93d656d6ddded99477afdb (patch)
tree52c421c5368b688c9c714a6e42adbca3b06d7e3b /python/tox.ini
parentd0eb89cb69e79d190ea6866dc5c0d0984aa496b3 (diff)
Test under tox: Python 2.6, 2.7, 3.3, 3.4.
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
new file mode 100644
index 00000000..92e7b105
--- /dev/null
+++ b/python/tox.ini
@@ -0,0 +1,13 @@
+[tox]
+envlist =
+ py26,py27,py33,py34
+
+[testenv]
+usedevelop = true
+setenv =
+ LD_LIBRARY_PATH={toxinidir}/../src/.libs
+commands =
+ python setup.py -q --cpp_implementation develop
+ python setup.py -q test -q
+deps =
+ six