summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2016-06-20 16:40:36 +0200
committerholger krekel <holger@merlinux.eu>2016-06-20 16:40:36 +0200
commit6c44042ac2357850365c83e7f31be4d74dd2199f (patch)
tree3716b0612981bec73b9ba8488726f9efef6d8133 /setup.py
parent30ba6a86ca085bb68280244116bb5b68743d376c (diff)
downloadtox-6c44042ac2357850365c83e7f31be4d74dd2199f.tar.gz
fix issue66 by introducing using default "python -m pip"
and introducing list_dependencies_command. (Ted, Holger)
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 7662332..2cefdc8 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.3.2',
+ version='2.4.0.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',