diff options
author | holger krekel <holger@merlinux.eu> | 2010-07-28 14:58:02 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2010-07-28 14:58:02 +0200 |
commit | f85b9e1ce44c7bdfd37038242144280c36e8d12b (patch) | |
tree | 7a8bade8d5e3557f3fc5efdffdfec1b647e672cf /CHANGELOG.txt | |
parent | 7c8f45ad2c8794610568aed12824c1f88613fec9 (diff) | |
download | tox-f85b9e1ce44c7bdfd37038242144280c36e8d12b.tar.gz |
workaround virtualenv issue
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d750677..778adc5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ 0.8 ----------------- +- work around a virtualenv limitation which crashes if + PYTHONDONTWRITEBYTECODE is set. - run pip/easy installs from the environment log directory, avoids naming clashes between env names and dependencies (thanks ronny) - require a recent version of py lib |