summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor CI (#492)Inada Naoki2021-11-251-50/+0
| | | | * Use cibuildwheel to build wheels. * Use matrix
* update for Python 3.8 (#374)Terence Honles2019-11-231-0/+4
|
* AppVeyor: Add Python 3.7 and remove 3.6master-361Inada Naoki2018-11-301-4/+4
|
* Refactor Cython code (#328)INADA Naoki2018-11-141-1/+2
| | | _msgpack -> _cmsgpack
* Update AppVeyor build (#267)INADA Naoki2018-01-091-18/+14
|
* Remove code and tests for unsupported Python 3.3 and 3.4 (#249)Hugo2017-11-021-9/+4
|
* travis and appveyor update (#217)INADA Naoki2017-01-131-4/+4
| | | | | | | | | | | 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
* fix typos and other cosmetic issues (#214)release-0.4TW2017-01-111-1/+1
| | | | | | | cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings
* Enable Python35-x64 in AppVeyorINADA Naoki2016-07-211-4/+1
|
* Use AppVeyor to build windows wheel (#188)INADA Naoki2016-07-211-0/+57
* Add AppVeyor support to build windows wheel * Fix test_limits on 32bit environments * Ignore Python35-x64 test fail for now Should be fixed in next version.