aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/tox.ini
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-08-17 12:30:49 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-12-02 12:53:42 -0800
commit325392dd6128ad9915f758e37307c12bcc56f064 (patch)
treebf127b3af4abed9dba85b29b91f065354d775e1c /python/tox.ini
parent764a2248ccaca942ab15e69c456bbe87cb5a45b1 (diff)
Conformance test implementation for Python.
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
index a05460b5..683d82dc 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -15,6 +15,8 @@ commands =
cpp: python setup.py -q build --cpp_implementation --warnings_as_errors
python: python setup.py -q test -q
cpp: python setup.py -q test -q --cpp_implementation
+ python: python setup.py -q test_conformance
+ cpp: python setup.py -q test_conformance --cpp_implementation
deps =
# Keep this list of dependencies in sync with setup.py.
six