summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-03-25 07:28:38 +0100
committerholger krekel <holger@merlinux.eu>2014-03-25 07:28:38 +0100
commit8dc60bce471a2da03d28c9a6d307ba2784dd3c6a (patch)
tree4c9b9a0f01e947007fac41e70b21e0d26db2320a
parent447745c5ab210cc96fb3d0eccbcca7013c7757f5 (diff)
downloadtox-8dc60bce471a2da03d28c9a6d307ba2784dd3c6a.tar.gz
fix issue158 and fix issue155: windows/virtualenv properly works now:
call virtualenv through "python -m virtualenv" with the same interpreter which invoked tox. Thanks Chris Withers, Ionel Maries Cristian.
-rwxr-xr-xCHANGELOG4
-rw-r--r--CONTRIBUTORS1
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b6ecabd..5357037 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,10 @@ XXX
- fix issue162: don't list python 2.5 as compatibiliy/supported
+- fix issue158 and fix issue155: windows/virtualenv properly works now:
+ call virtualenv through "python -m virtualenv" with the same
+ interpreter which invoked tox. Thanks Chris Withers, Ionel Maries Cristian.
+
1.7.0
---------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a9ac89a..0244c2b 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -22,3 +22,4 @@ Anthon van der Neuth
Matt Good
Mattieu Agopian
Asmund Grammeltwedt
+Ionel Maries Cristian