From 325392dd6128ad9915f758e37307c12bcc56f064 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 17 Aug 2015 12:30:49 -0700 Subject: Conformance test implementation for Python. --- python/tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/tox.ini') 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 -- cgit v1.2.3