summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-07-16 17:06:22 +0200
committerholger krekel <holger@merlinux.eu>2013-07-16 17:06:22 +0200
commitbb6ee92b941f40cae66710689f87f16255b5be9e (patch)
tree3be304dee3d306f9b6910da1bf27ba67bb17a8a4 /setup.py
parenteabb1118fd41225598a2b89e8c1d6e52023bfb44 (diff)
downloadtox-bb6ee92b941f40cae66710689f87f16255b5be9e.tar.gz
add new config options ``usedevelop`` and ``skipsdist`` as well as a
command line option ``--develop`` to install the package-under-test in develop mode. thanks Monty Taylor.
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 c7cb592..bec9c6e 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.5.1.dev1',
+ version='1.5.1.dev2',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',