diff options
author | Dan O'Reilly <oreilldf@gmail.com> | 2015-08-16 13:56:25 -0400 |
---|---|---|
committer | Dan O'Reilly <oreilldf@gmail.com> | 2015-08-16 13:56:25 -0400 |
commit | 9d689692d334b34a4e085fd9982c11761fd1c128 (patch) | |
tree | 938347e894bcecb9f721cdd52c88fad6acd59ef3 | |
parent | 3083d8cee7ec3233bbac8feeb23b4ccc74b5bf99 (diff) |
Make testing cpp implementation optional
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
-rw-r--r-- | python/tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tox.ini b/python/tox.ini index 1cdcab64..d73d27af 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -10,7 +10,6 @@ setenv = commands = python setup.py -q --cpp_implementation develop 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 = six |