浏览代码

Make testing cpp implementation optional

Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Dan O'Reilly 10 年之前
父节点
当前提交
9d689692d3
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      python/tox.ini

+ 1 - 2
python/tox.ini

@@ -10,7 +10,6 @@ setenv =
 commands =
 commands =
     python setup.py -q --cpp_implementation develop
     python setup.py -q --cpp_implementation develop
     python setup.py build_py
     python setup.py build_py
-    python setup.py -q test -q
-    python setup.py -q test -q --cpp_implementation
+    python setup.py -q test -q {posargs}
 deps =
 deps =
     six
     six