Commit 96e88e11 authored by Tres Seaver's avatar Tres Seaver

Merge pull request #33 from zopefoundation/avoid-poisoning-wheel-cache-python-pure

Don't use/poison global wheel cache when building w/ PURE_PYTHON.
parents 9722e958 3e0b95ca
......@@ -4,6 +4,9 @@
4.3.0 (TBD)
-----------
- When testing ``PURE_PYTHON`` environments under ``tox``, avoid poisoning
the user's global wheel cache.
- Drop support for Python 2.6 and 3.2.
- The pure-Python implementation, used on PyPy and when a C compiler
......@@ -23,7 +26,7 @@
4.2.0 (2015-11-13)
------------------
- Python 3.5 support.
- Add support for Python 3.5.
4.1.4 (2015-06-02)
------------------
......
......@@ -18,6 +18,7 @@ basepython =
python2.7
setenv =
PURE_PYTHON = 1
PIP_CACHE_DIR = {envdir}/.cache
deps =
{[testenv]deps}
commands =
......
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