Skip to content

Commit

Permalink
Merge pull request #22 from zopefoundation/avoid-poisoning-wheel-cach…
Browse files Browse the repository at this point in the history
…e-python-pure

Don't use/poison global wheel cache when building w/ PURE_PYTHON.
  • Loading branch information
tseaver committed Apr 15, 2016
2 parents d219fc9 + c1623a6 commit 602546d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changes
4.3.0 (unreleased)
------------------

- When testing ``PURE_PYTHON`` environments under ``tox``, avoid poisoning
the user's global wheel cache.

- Drop support for Python 2.6 and 3.2.

- Add support for Python 3.5.
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,21 @@ basepython =
python3.4
setenv =
PURE_PYTHON = 1
PIP_CACHE_DIR = {envdir}/.cache

[testenv:py35-pure]
basepython =
python3.5
setenv =
PURE_PYTHON = 1
PIP_CACHE_DIR = {envdir}/.cache

[testenv:py27-pure]
basepython =
python3.4
setenv =
PURE_PYTHON = 1
PIP_CACHE_DIR = {envdir}/.cache

[testenv:coverage]
usedevelop = true
Expand Down

0 comments on commit 602546d

Please sign in to comment.