aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py1
-rw-r--r--python/tox.ini5
2 files changed, 4 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py
index 23193cba..24f0c5b6 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -132,6 +132,7 @@ if __name__ == '__main__':
ext_module_list = []
cpp_impl = '--cpp_implementation'
if cpp_impl in sys.argv:
+ print("YYYYYYYYYYYYYYYYYYYYYYYY")
sys.argv.remove(cpp_impl)
# C++ implementation extension
ext_module_list.append(
diff --git a/python/tox.ini b/python/tox.ini
index 24b709ef..4a994b61 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -10,8 +10,9 @@ usedevelop = true
setenv =
LD_LIBRARY_PATH={toxinidir}/../src/.libs
commands =
- python setup.py -q --cpp_implementation develop
- python setup.py build_py
+ python setup.py -q build_py
+ python setup.py -q build {posargs}
python setup.py -q test -q {posargs}
+ pip install --install-option {posargs: -q} .
deps =
six