diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-13 13:20:37 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:00 -0600 |
commit | 946d228003cd64e7085ccad3ac6273e8c81ce5f5 (patch) | |
tree | d064213c5244f4dec54a691a093f81e8902cb4dc /python/tox/slack-desc | |
parent | 444729b3deef904dfec2a3862d48530b57675141 (diff) |
python/tox: Added (virtualenv-based automation of test activities).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tox/slack-desc')
-rw-r--r-- | python/tox/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/tox/slack-desc b/python/tox/slack-desc new file mode 100644 index 000000000000..67aa72b1b33e --- /dev/null +++ b/python/tox/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tox: tox (virtualenv-based automation of test activities) +tox: +tox: Tox aims to automate and standardize testing in Python. +tox: It is part of a larger vision of easing the packaging, +tox: testing and release process of Python software. +tox: +tox: +tox: +tox: +tox: Homepage: https://testrun.org/tox/latest +tox: |