summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-06-19 11:37:08 +0200
committerholger krekel <holger@merlinux.eu>2015-06-19 11:37:08 +0200
commit519dfc099f43747518187151164f9cfcc1ef09a6 (patch)
treef26e00d59befd3454fd9b8fd0cd395676f8fe27e /setup.py
parent1d4d3b9433785bf397ef55c3f689a0b48a844c3f (diff)
downloadtox-519dfc099f43747518187151164f9cfcc1ef09a6.tar.gz
introduce a TOX_TESTENV_PASSENV setting which is honored
when constructing the set of environment variables for test environments.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a97020c..f297a9d 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.1.0.dev1',
+ version='2.1.0.dev2',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',