Commit graph

22 commits

Author SHA1 Message Date
Andrey Bienkowski
4ace82f108
Fix tox.ini (#465)
There is no such thing as [variants] in the tox syntax. This resulted
in MSGPACK_PUREPYTHON being unset in the "pure" test environments
2021-02-26 21:08:06 +09:00
Alex Willmer
02e1f7623c
build: Create tox environments using a known Cython version (#408)
This change causes Tox to run the project's setup.py in a virtualenv
(default path is .tox/.package). The required version of Cython is
installed, rather than whatever version is installed system wide.
2021-01-27 10:11:32 +09:00
Alex Willmer
cd6561db52
build: Don't test C extension on CPython 2.7 under Tox (#406)
As the Changelog notes, release 1.0 will drop support for the native
extension on CPython 2.x. So there seems little benefit of testing it.
2020-02-14 15:45:17 +09:00
Terence Honles
b458e9a6a2 update for Python 3.8 (#374) 2019-11-23 12:58:55 +09:00
Inada Naoki
93b5953eae Update tox.ini 2018-11-30 16:05:31 +09:00
Hugo
3a098851be Remove code and tests for unsupported Python 3.3 and 3.4 (#249) 2017-11-02 18:06:15 +09:00
INADA Naoki
6fd1890be4 Add py36 to tox.ini 2017-10-12 15:29:22 +09:00
INADA Naoki
005739388d Drop Python 2.6, 3.2 support 2016-01-25 01:17:21 +09:00
Omer Katz
6f38bf7dd4 Added python 3.5 to tox.ini. 2015-11-17 15:31:36 +02:00
INADA Naoki
2985f4d865 Fix error when use unicode_literal in Python 2 2015-01-25 02:35:57 +09:00
INADA Naoki
b6055ce47e Fix tox.ini 2015-01-09 09:35:31 +09:00
INADA Naoki
715fcac6c6 Fix tox 2015-01-09 04:19:34 +09:00
INADA Naoki
c25c8d7246 Check extension module was compiled. 2015-01-09 04:07:47 +09:00
Xiaojie Lin
d5e9ac9316 add support for pypy3 2014-11-14 14:47:54 +11:00
INADA Naoki
e9de6b7f39 travis: Add Python 3.4 to testing. 2014-03-19 10:42:05 +09:00
INADA Naoki
0c22e775c9 Remove six completely. 2014-02-15 22:36:52 +09:00
INADA Naoki
a5368f62e2 travis: Simplify .travis.yml and add PyPy env. 2014-02-14 09:01:00 +09:00
INADA Naoki
97a9f3f05c Switching to py.test 2012-12-29 11:27:28 +09:00
INADA Naoki
e8842efded Add py33 to tox. 2012-09-23 08:57:32 +09:00
INADA Naoki
636f4529aa Fix tests to pass. 2012-06-19 14:20:56 +09:00
INADA Naoki
0b38e86534 unify tests for py2 and py3 2012-06-19 13:55:14 +09:00
INADA Naoki
40d4b8946b Start using tox 2012-06-19 13:39:23 +09:00