Commit 14eec4a6 authored by Tres Seaver's avatar Tres Seaver

Don't use/poison global wheel cache when building w/ PURE_PYTHON.

parent 93b8be95
......@@ -20,6 +20,7 @@ basepython =
python2.7
setenv =
PURE_PYTHON = 1
PIP_CACHE_DIR = {envdir}/.cache
deps =
{[testenv]deps}
commands =
......@@ -30,6 +31,7 @@ basepython =
python2.7
setenv =
PURE_PYTHON = 1
PIP_CACHE_DIR = {envdir}/.cache
USING_CFFI = 1
deps =
{[testenv]deps}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment