mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 12:23:16 +00:00
Update tox.ini
This commit is contained in:
parent
04cf8fc7f4
commit
93b5953eae
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = {py27,py35,py36}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
|
envlist = {py27,py35,py36,py37}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
|
||||||
|
|
||||||
[variants:pure]
|
[variants:pure]
|
||||||
setenv=
|
setenv=
|
||||||
|
@ -11,7 +11,7 @@ deps=
|
||||||
|
|
||||||
changedir=test
|
changedir=test
|
||||||
commands=
|
commands=
|
||||||
c,x86: python -c 'from msgpack import _packer, _unpacker'
|
c,x86: python -c 'from msgpack import _cmsgpack'
|
||||||
c,x86: py.test
|
c,x86: py.test
|
||||||
pure: py.test
|
pure: py.test
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ deps=
|
||||||
changedir=test
|
changedir=test
|
||||||
commands=
|
commands=
|
||||||
python -c 'import sys; print(hex(sys.maxsize))'
|
python -c 'import sys; print(hex(sys.maxsize))'
|
||||||
python -c 'from msgpack import _packer, _unpacker'
|
python -c 'from msgpack import _cmsgpack'
|
||||||
py.test
|
py.test
|
||||||
|
|
||||||
[testenv:py34-x86]
|
[testenv:py34-x86]
|
||||||
|
@ -34,5 +34,5 @@ deps=
|
||||||
changedir=test
|
changedir=test
|
||||||
commands=
|
commands=
|
||||||
python -c 'import sys; print(hex(sys.maxsize))'
|
python -c 'import sys; print(hex(sys.maxsize))'
|
||||||
python -c 'from msgpack import _packer, _unpacker'
|
python -c 'from msgpack import _cmsgpack'
|
||||||
py.test
|
py.test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue