summaryrefslogtreecommitdiff
path: root/docker/runtests.sh
Commit message (Collapse)AuthorAgeFilesLines
* update for Python 3.8 (#374)Terence Honles2019-11-231-1/+4
|
* Refactor Cython code (#328)INADA Naoki2018-11-141-1/+1
| | | _msgpack -> _cmsgpack
* Update docker/runtestsINADA Naoki2018-11-081-1/+1
|
* packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272)INADA Naoki2018-01-111-1/+1
|
* Remove code and tests for unsupported Python 3.3 and 3.4 (#249)Hugo2017-11-021-1/+1
|
* travis and appveyor update (#217)INADA Naoki2017-01-131-1/+1
| | | | | | | | | | | travis: * stop using tox * Add Python 3.6 and 3.7-dev * Stop pypy3 (until PyPy3.5 is released) appveyor: * Drop Python 3.4 and add 3.6
* travis: Use docker to test 32bit environment (#189)INADA Naoki2016-05-051-0/+14
* travis: testing matrix.include feature to use docker * Add test script for 32bit * Fix OverflowError in 32bit Environment