commit | f1eae1a168ecfccc1c93d656d6ddded99477afdb | [log] [tgz] |
---|---|---|
author | Tres Seaver <[email protected]> | Tue Jan 13 15:58:31 2015 -0500 |
committer | Tres Seaver <[email protected]> | Tue Jan 13 15:58:31 2015 -0500 |
tree | 52c421c5368b688c9c714a6e42adbca3b06d7e3b | |
parent | d0eb89cb69e79d190ea6866dc5c0d0984aa496b3 [diff] [blame] |
Test under tox: Python 2.6, 2.7, 3.3, 3.4.
diff --git a/python/tox.ini b/python/tox.ini new file mode 100644 index 0000000..92e7b10 --- /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