summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor CI (#492)Inada Naoki2021-11-251-89/+0
| | | | * Use cibuildwheel to build wheels. * Use matrix
* Fix some travis builds. (#453)Inada Naoki2020-12-181-0/+3
|
* Travis: Reduce buildInada Naoki2020-12-111-4/+1
| | | | Save credits.
* travis: Python 3.9 is the new dev version. (#405)Erik Cederstrand2020-02-141-1/+2
|
* travis: Add test for arm64 (#399)ossdev072019-12-311-1/+18
| | | Signed-off-by: ossdev07 <ossdev@puresoftware.com>
* travis: Use build config validation.Inada Naoki2019-12-161-0/+1
|
* Move Black from Travis to Github Actions (#390)Inada Naoki2019-12-061-8/+0
|
* travis: Use codecov (#387)Inada Naoki2019-12-061-21/+27
|
* travis: Add BlackInada Naoki2019-12-051-1/+8
|
* Drop Python 2 support from _cmsgpack (#376)Inada Naoki2019-11-281-2/+8
|
* Add Python 3.8 to travis (#371)Inada Naoki2019-09-191-4/+10
|
* update Cython to 0.29.13 (#370)Inada Naoki2019-09-191-2/+3
|
* travis: Install new pytestInada Naoki2019-01-251-1/+1
|
* Refactor Cython code (#328)INADA Naoki2018-11-141-1/+1
| | | _msgpack -> _cmsgpack
* Update travis configINADA Naoki2018-11-081-6/+6
|
* Update travis.ymlInada Naoki2018-11-071-3/+9
|
* travis: Run test on Python 3.4 (#307)INADA Naoki2018-07-131-0/+1
| | | | | Python 3.4 is not supported officially. But keep running test for a while, to know when msgpack-python stop working on Python 3.4 actually.
* Remove code and tests for unsupported Python 3.3 and 3.4 (#249)Hugo2017-11-021-2/+0
|
* Fix travis fail (#251)INADA Naoki2017-10-121-1/+1
|
* travis: Remove "only: master" restrictionINADA Naoki2017-10-121-4/+0
|
* travis and appveyor update (#217)INADA Naoki2017-01-131-11/+23
| | | | | | | | | | | 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-11/+27
| | | | | * travis: testing matrix.include feature to use docker * Add test script for 32bit * Fix OverflowError in 32bit Environment
* Use manylinux1 wheel for Cython (#179)INADA Naoki2016-04-161-2/+2
| | | | * Use manylinux1 wheel for Cython * Use newer pip
* Drop Python 2.6, 3.2 supportINADA Naoki2016-01-251-4/+2
|
* Merge pull request #160 from thedrow/patch-2INADA Naoki2016-01-031-1/+3
|\ | | | | Travis will now cache dependencies despite having a custom install step
| * Travis will now cache dependencies despite having a custom install step.Omer Katz2015-11-171-1/+3
| |
* | Run the build with 3.5 since it's still not available by default in travis.Omer Katz2015-11-171-1/+1
| |
* | Added Python 3.5 to the build matrix.Omer Katz2015-11-171-2/+2
|/
* Update travis settingINADA Naoki2015-11-071-8/+3
|
* travis: Build only mastertravis/cython-0.22INADA Naoki2015-03-131-0/+4
|
* travis: Cython 0.22INADA Naoki2015-03-131-2/+2
|
* Fix error when use unicode_literal in Python 2INADA Naoki2015-01-251-0/+7
|
* Use wheelhouse for cythonINADA Naoki2015-01-091-1/+8
|
* Check extension module was compiled.INADA Naoki2015-01-091-1/+1
|
* Use new container based Travis-CIINADA Naoki2014-12-181-0/+1
|
* Travis preinstall Python 3.4INADA Naoki2014-05-261-4/+0
|
* travis: Add Python 3.4 to testing.INADA Naoki2014-03-191-0/+4
|
* travis: Simplify .travis.yml and add PyPy env.INADA Naoki2014-02-141-8/+2
|
* Use MSGPACK_PUREPYTHON envvar to test fallback moduleINADA Naoki2013-01-291-1/+1
|
* Use newer cython.INADA Naoki2012-12-111-3/+2
|
* Set PIP_USE_MIRRORS=true for faster venv creation.INADA Naoki2012-12-111-0/+3
|
* Install toxINADA Naoki2012-12-111-0/+1
|
* fix package nameINADA Naoki2012-12-111-1/+1
|
* Use tox on Travis.INADA Naoki2012-12-111-6/+2
|
* Add Python 3.3 to .travis.ymlINADA Naoki2012-12-111-0/+1
|
* Update .travis.ymlINADA Naoki2012-12-111-1/+2
|
* (travis) Travis doesn't support Python 3.3 yet.INADA Naoki2012-11-071-1/+0
|
* Use system cython.INADA Naoki2012-11-071-2/+5
|
* (travis) Python 2.5 can't pass tests.INADA Naoki2012-11-071-1/+0
| | | | Python 2.5 doesn't have b'' literal.
* (travis) Fix test scriptINADA Naoki2012-11-071-1/+1
|