aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/tox.ini
Commit message (Expand)AuthorAge
* Drop python2.6Gravatar Jie Luo2017-08-22
* Add Python 3.5 3.6Gravatar Jie Luo2017-08-22
* Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Gravatar Jie Luo2017-08-18
* Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)Gravatar cclauss2017-08-18
* Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance testGravatar Jie Luo2017-07-17
* Fix python_cpp test on Mac. Link staticly when building extension, so that th...Gravatar Paul Yang2016-10-10
* Allow conformance test runner to tolerate crashes, and re-enable conformance ...Gravatar Josh Haberman2016-01-11
* Require six>=1.9 for Python.Gravatar Feng Xiao2015-12-29
* Disable python conformnace tests as well.Gravatar Feng Xiao2015-12-21
* Conformance test implementation for Python.Gravatar Josh Haberman2015-12-02
* Pass $CC environment variable through tox.Gravatar Josh Haberman2015-10-28
* Special-case Clang-only warning flags to Clang.Gravatar Josh Haberman2015-10-28
* Removed all warnings from the Python/C++ build.Gravatar Josh Haberman2015-10-28
* fix json_format for python2.6:Gravatar Jie Luo2015-10-19
* disable tests for python-cpp under py26 as well.Gravatar Jisi Liu2015-10-06
* disable py2.6 tests for json_format_testGravatar Jisi Liu2015-10-05
* Fix Python 3.4 cpp implementationGravatar Dan O'Reilly2015-08-31
* Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Gravatar Dan O'Reilly2015-08-22
* Set DYLD_LIBRARY_PATH for OSXGravatar Dan O'Reilly2015-08-21
* Fix travis buildGravatar Dan O'Reilly2015-08-20
* Improve tox.ini, install py26 for travis.Gravatar Dan O'Reilly2015-08-20
* Use tox in travis build. Tweak tox.iniGravatar Dan O'Reilly2015-08-20
* Add some clarifying comments. Remove ez_setup.py.Gravatar Dan O'Reilly2015-08-20
* Make testing cpp implementation optionalGravatar Dan O'Reilly2015-08-16
* Fix --cpp_implementation test failure. Test both pure Python and cpp implemen...Gravatar Dan O'Reilly2015-08-15
* Disable py3* in toxGravatar Dan O'Reilly2015-08-14
* Build protobuf files in as part of tox runs.Gravatar Dan O'Reilly2015-08-13
* Test under tox: Python 2.6, 2.7, 3.3, 3.4.Gravatar Tres Seaver2015-01-13