aboutsummaryrefslogtreecommitdiff
path: root/python/tox.ini
AgeCommit message (Expand)Author
2019-02-20delete all duplicate empty blanks (#5758)Xiang Dai
2018-07-12fix python cpp kokoro buildYilun Chong
2017-08-22Drop python2.6Jie Luo
2017-08-22Add Python 3.5 3.6Jie Luo
2017-08-18Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Jie Luo
2017-08-18Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)cclauss
2017-07-17Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance testJie Luo
2016-10-10Fix python_cpp test on Mac. Link staticly when building extension, so that th...Paul Yang
2016-01-11Allow conformance test runner to tolerate crashes, and re-enable conformance ...Josh Haberman
2015-12-29Require six>=1.9 for Python.Feng Xiao
2015-12-21Disable python conformnace tests as well.Feng Xiao
2015-12-02Conformance test implementation for Python.Josh Haberman
2015-10-28Pass $CC environment variable through tox.Josh Haberman
2015-10-28Special-case Clang-only warning flags to Clang.Josh Haberman
2015-10-28Removed all warnings from the Python/C++ build.Josh Haberman
2015-10-19fix json_format for python2.6:Jie Luo
2015-10-06disable tests for python-cpp under py26 as well.Jisi Liu
2015-10-05disable py2.6 tests for json_format_testJisi Liu
2015-08-31Fix Python 3.4 cpp implementationDan O'Reilly
2015-08-22Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Dan O'Reilly
2015-08-21Set DYLD_LIBRARY_PATH for OSXDan O'Reilly
2015-08-20Fix travis buildDan O'Reilly
2015-08-20Improve tox.ini, install py26 for travis.Dan O'Reilly
2015-08-20Use tox in travis build. Tweak tox.iniDan O'Reilly
2015-08-20Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly
2015-08-16Make testing cpp implementation optionalDan O'Reilly
2015-08-15Fix --cpp_implementation test failure. Test both pure Python and cpp implemen...Dan O'Reilly
2015-08-14Disable py3* in toxDan O'Reilly
2015-08-13Build protobuf files in as part of tox runs.Dan O'Reilly
2015-01-13Test under tox: Python 2.6, 2.7, 3.3, 3.4.Tres Seaver