We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38357b9 commit 4ace82fCopy full SHA for 4ace82f
1 file changed
tox.ini
@@ -7,10 +7,6 @@ envlist =
7
py34-x86,
8
isolated_build = true
9
10
-[variants:pure]
11
-setenv=
12
- MSGPACK_PUREPYTHON=x
13
-
14
[testenv]
15
deps=
16
pytest
@@ -20,6 +16,8 @@ commands=
20
c,x86: python -c 'from msgpack import _cmsgpack'
21
17
c,x86: py.test
22
18
pure: py.test
19
+setenv=
+ pure: MSGPACK_PUREPYTHON=x
23
24
[testenv:py27-x86]
25
basepython=python2.7-x86
0 commit comments