mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03: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]
|
||||
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]
|
||||
setenv=
|
||||
|
@ -11,7 +11,7 @@ deps=
|
|||
|
||||
changedir=test
|
||||
commands=
|
||||
c,x86: python -c 'from msgpack import _packer, _unpacker'
|
||||
c,x86: python -c 'from msgpack import _cmsgpack'
|
||||
c,x86: py.test
|
||||
pure: py.test
|
||||
|
||||
|
@ -23,7 +23,7 @@ deps=
|
|||
changedir=test
|
||||
commands=
|
||||
python -c 'import sys; print(hex(sys.maxsize))'
|
||||
python -c 'from msgpack import _packer, _unpacker'
|
||||
python -c 'from msgpack import _cmsgpack'
|
||||
py.test
|
||||
|
||||
[testenv:py34-x86]
|
||||
|
@ -34,5 +34,5 @@ deps=
|
|||
changedir=test
|
||||
commands=
|
||||
python -c 'import sys; print(hex(sys.maxsize))'
|
||||
python -c 'from msgpack import _packer, _unpacker'
|
||||
python -c 'from msgpack import _cmsgpack'
|
||||
py.test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue