aboutsummaryrefslogtreecommitdiff
path: root/python/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | Fixes the ScalarMapContainer/MessageMapContainer implementations on Python 3.4, by dynamically allocating their PyTypeObjects using PyType_FromSpecWithBases, instead of statically allocating them. This is necessary because Python 3.4+ disallows statically allocating a class with a dynamically allocated parent. Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Dan O'Reilly2015-08-221-3/+3
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Set DYLD_LIBRARY_PATH for OSXDan O'Reilly2015-08-211-0/+1
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Fix travis buildDan O'Reilly2015-08-201-0/+2
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Improve tox.ini, install py26 for travis.Dan O'Reilly2015-08-201-7/+10
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Use tox in travis build. Tweak tox.iniDan O'Reilly2015-08-201-2/+3
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly2015-08-201-0/+2
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Make testing cpp implementation optionalDan O'Reilly2015-08-161-2/+1
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Fix --cpp_implementation test failure. Test both pure Python and cpp ↵Dan O'Reilly2015-08-151-0/+1
| | | | | | implementation in tox. Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Disable py3* in toxDan O'Reilly2015-08-141-1/+2
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Build protobuf files in as part of tox runs.Dan O'Reilly2015-08-131-0/+1
| | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* Test under tox: Python 2.6, 2.7, 3.3, 3.4.Tres Seaver2015-01-131-0/+13