8000 Fix tox.ini (#465) · vavanade/msgpack-python@4ace82f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ace82f

Browse files
Fix tox.ini (msgpack#465)
There is no such thing as [variants] in the tox syntax. This resulted in MSGPACK_PUREPYTHON being unset in the "pure" test environments
1 parent 38357b9 commit 4ace82f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ envlist =
77
py34-x86,
88
isolated_build = true
99

10-
[variants:pure]
11-
setenv=
12-
MSGPACK_PUREPYTHON=x
13-
1410
[testenv]
1511
deps=
1612
pytest
@@ -20,6 +16,8 @@ commands=
2016
c,x86: python -c 'from msgpack import _cmsgpack'
2117
c,x86: py.test
2218
pure: py.test
19+
setenv=
20+
pure: MSGPACK_PUREPYTHON=x
2321

2422
[testenv:py27-x86]
2523
basepython=python2.7-x86

0 commit comments

Comments
 (0)
0