diff options
author | holger krekel <holger@merlinux.eu> | 2011-05-28 14:55:59 +0200 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2011-05-28 14:55:59 +0200 |
commit | 1dc15d27f7877e529bdf5458597eedcb31dea05b (patch) | |
tree | 34abc15466ab8601162c03e89993c5f51937b37a /doc | |
parent | ce6dc78b2700bda9b8bdb14b5049ef96bebb8125 (diff) | |
download | tox-1dc15d27f7877e529bdf5458597eedcb31dea05b.tar.gz |
finalize tox 1.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/announce/release-1.0.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/announce/release-1.0.txt b/doc/announce/release-1.0.txt index 5184ee6..0892f8b 100644 --- a/doc/announce/release-1.0.txt +++ b/doc/announce/release-1.0.txt @@ -1,8 +1,9 @@ tox 1.0: the rapid multi-python test automatizer =========================================================================== -I am happy to announce tox 1.0. tox automates tedious test activities -driven from a simple ``tox.ini`` file, including: +I am happy to announce tox 1.0, mostly a stabilization and streamlined +release. TOX automates tedious test activities driven from a +simple ``tox.ini`` file, including: * creation and management of different virtualenv environments with different Python interpreters |