From 926b053c783a8e5440dad28ac81b95e705c79da7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 3 Jun 2015 13:29:33 +0200 Subject: add SYSTEMDRIVE into default passenv on windows to allow pip6 to work. Thanks Michael Krause. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 726d675..cad76e6 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='2.0.1', + version='2.0.2', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', -- cgit v1.2.1