aboutsummaryrefslogtreecommitdiff
path: root/python/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* fix python cpp kokoro buildYilun Chong2018-07-121-1/+2
* Drop python2.6Jie Luo2017-08-221-1/+1
* Add Python 3.5 3.6Jie Luo2017-08-221-1/+1
* Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Jie Luo2017-08-181-1/+1
* Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)cclauss2017-08-181-1/+1
* Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance testJie Luo2017-07-171-0/+1
* Fix python_cpp test on Mac. Link staticly when building extension, so that th...Paul Yang2016-10-101-1/+1
* Allow conformance test runner to tolerate crashes, and re-enable conformance ...Josh Haberman2016-01-111-4/+2
* Require six>=1.9 for Python.Feng Xiao2015-12-291-1/+1
* Disable python conformnace tests as well.Feng Xiao2015-12-211-2/+4
* Conformance test implementation for Python.Josh Haberman2015-12-021-0/+2
* Pass $CC environment variable through tox.Josh Haberman2015-10-281-0/+1
* Special-case Clang-only warning flags to Clang.Josh Haberman2015-10-281-2/+0
* Removed all warnings from the Python/C++ build.Josh Haberman2015-10-281-1/+1
* fix json_format for python2.6:Jie Luo2015-10-191-2/+1
* disable tests for python-cpp under py26 as well.Jisi Liu2015-10-061-1/+1
* disable py2.6 tests for json_format_testJisi Liu2015-10-051-1/+2
* Fix Python 3.4 cpp implementationDan O'Reilly2015-08-311-2/+1
* Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Dan O'Reilly2015-08-221-3/+3
* Set DYLD_LIBRARY_PATH for OSXDan O'Reilly2015-08-211-0/+1
* Fix travis buildDan O'Reilly2015-08-201-0/+2
* Improve tox.ini, install py26 for travis.Dan O'Reilly2015-08-201-7/+10
* Use tox in travis build. Tweak tox.iniDan O'Reilly2015-08-201-2/+3
* Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly2015-08-201-0/+2
* Make testing cpp implementation optionalDan O'Reilly2015-08-161-2/+1
* Fix --cpp_implementation test failure. Test both pure Python and cpp implemen...Dan O'Reilly2015-08-151-0/+1
* Disable py3* in toxDan O'Reilly2015-08-141-1/+2
* Build protobuf files in as part of tox runs.Dan O'Reilly2015-08-131-0/+1
* Test under tox: Python 2.6, 2.7, 3.3, 3.4.Tres Seaver2015-01-131-0/+13