summaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* manylinux1: Add 3.6 and remove 3.4INADA Naoki2018-01-091-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
* Merge branch 'release-0.4'INADA Naoki2016-07-301-0/+11
|\
| * Make manylinux1 wheelsINADA Naoki2016-07-301-0/+11
|
* 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