diff options
| author | holger krekel <holger@merlinux.eu> | 2013-01-30 19:53:23 +0100 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2013-01-30 19:53:23 +0100 |
| commit | bf350ab5a804e486023b7047e7dc940e739289b4 (patch) | |
| tree | 84038ea6bf686207986299a7aaa6598c799f5927 /setup.py | |
| parent | 16e444752165f09e651d92e4bcea25db92bfb87b (diff) | |
| download | tox-bf350ab5a804e486023b7047e7dc940e739289b4.tar.gz | |
- new --installpkg option
- move venv status to VirtualEnv instance.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=long_description, url='http://tox.testrun.org/', - version='1.4.3.dev3', + version='1.4.3.dev5', license='GPLv2 or later', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', |
