Skip to content

Commit

Permalink
Don't use/poison global wheel cache when building w/ PURE_PYTHON.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Apr 14, 2016
1 parent 9722e95 commit 3e0b95c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
------------------
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ basepython =
python2.7
setenv =
PURE_PYTHON = 1
PIP_CACHE_DIR = {envdir}/.cache
deps =
{[testenv]deps}
commands =
Expand Down

0 comments on commit 3e0b95c

Please sign in to comment.