mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 10:00:54 +00:00
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
This commit is contained in:
parent
38357b928a
commit
4ace82f108
1 changed files with 2 additions and 4 deletions
6
tox.ini
6
tox.ini
|
|
@ -7,10 +7,6 @@ envlist =
|
|||
py34-x86,
|
||||
isolated_build = true
|
||||
|
||||
[variants:pure]
|
||||
setenv=
|
||||
MSGPACK_PUREPYTHON=x
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
pytest
|
||||
|
|
@ -20,6 +16,8 @@ commands=
|
|||
c,x86: python -c 'from msgpack import _cmsgpack'
|
||||
c,x86: py.test
|
||||
pure: py.test
|
||||
setenv=
|
||||
pure: MSGPACK_PUREPYTHON=x
|
||||
|
||||
[testenv:py27-x86]
|
||||
basepython=python2.7-x86
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue