aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
diff options
context:
space:
mode:
authorGravatar Jie Luo <anandolee@gmail.com>2017-07-18 10:20:12 -0700
committerGravatar GitHub <noreply@github.com>2017-07-18 10:20:12 -0700
commit337029983c4958ea4f509e4c110b092ed716aa41 (patch)
tree127bb104c236a1a02dcf309f4a5334b06332e249 /python
parent9e745f771b2a0cde271b8283753c19014124ac95 (diff)
parentb764e67812133adffd983257a0ee6aa6ac9170eb (diff)
Merge pull request #3385 from anandolee/master
Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance
Diffstat (limited to 'python')
-rw-r--r--python/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
index 1600db21..baa96dba 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -9,6 +9,7 @@ setenv =
cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
cpp: DYLD_LIBRARY_PATH={toxinidir}/../src/.libs
cpp: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
+ python: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
commands =
python setup.py -q build_py
python: python setup.py -q build