8000 Update tox.ini · paulmelis/msgpack-python@93b5953 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93b5953

Browse files
committed
Update tox.ini
1 parent 04cf8fc commit 93b5953

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py27,py35,py36}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
2+
envlist = {py27,py35,py36,py37}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
33

44
[variants:pure]
55
setenv=
@@ -11,7 +11,7 @@ deps=
1111

1212
changedir=test
1313
commands=
14-
c,x86: python -c 'from msgpack import _packer, _unpacker'
14+
c,x86: python -c 'from msgpack import _cmsgpack'
1515
c,x86: py.test
1616
pure: py.test
1717

@@ -23,7 +23,7 @@ deps=
2323
changedir=test
2424
commands=
2525
python -c 'import sys; print(hex(sys.maxsize))'
26-
python -c 'from msgpack import _packer, _unpacker'
26+
python -c 'from msgpack import _cmsgpack'
2727
py.test
2828

2929
[testenv:py34-x86]
@@ -34,5 +34,5 @@ deps=
3434
changedir=test
3535
commands=
3636
python -c 'import sys; print(hex(sys.maxsize))'
37-
python -c 'from msgpack import _packer, _unpacker'
37+
python -c 'from msgpack import _cmsgpack'
3838
py.test

0 commit comments

Comments
 (0)
0