|
@@ -14,7 +14,10 @@ setenv =
|
|
commands =
|
|
commands =
|
|
python setup.py -q build_py
|
|
python setup.py -q build_py
|
|
python: python setup.py -q build
|
|
python: python setup.py -q build
|
|
- cpp: python setup.py -q build --cpp_implementation --warnings_as_errors --compile_static_extension
|
|
|
|
|
|
+ # --warnings_as_errors disabled until we update the Python C extension. See:
|
|
|
|
+ # https://github.com/protocolbuffers/protobuf/issues/7930
|
|
|
|
+ # cpp: python setup.py -q build --cpp_implementation --warnings_as_errors --compile_static_extension
|
|
|
|
+ cpp: python setup.py -q build --cpp_implementation --compile_static_extension
|
|
python: python setup.py -q test -q
|
|
python: python setup.py -q test -q
|
|
cpp: python setup.py -q test -q --cpp_implementation
|
|
cpp: python setup.py -q test -q --cpp_implementation
|
|
python: python setup.py -q test_conformance
|
|
python: python setup.py -q test_conformance
|