Browse Source

Test under tox: Python 2.6, 2.7, 3.3, 3.4.

Tres Seaver 10 năm trước cách đây
mục cha
commit
f1eae1a168
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      python/tox.ini

+ 13 - 0
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