summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-08-06 12:59:51 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-08-06 12:59:51 +0200
commitd65ca51d54d9eaac9fa2b35a9dcda5ebb1556b8c (patch)
tree0bb748a4025bbc6b5c2b4017227c56871ae8f675 /tox.ini
parent5b441f78014b45dac6d49f09048475fbe7cdc3af (diff)
deduplicate and refactor the docs
README.rst (shown on github and also at the start of the html docs) shall be like an elevator speech - convince readers in a very short time. this is most important, everything else can come after we got the reader's interest. include README into docs to avoid duplication. also include CHANGES into docs. add developer docs, move examples from tox.ini there add separate support docs remove glossary, most of what was there can be understood by an admin from context move attic and compatibility note to the end
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 0 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index fdf91a2db..c1a9e019f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,16 +1,5 @@
# tox configuration - if you change anything here, run this to verify:
# fakeroot -u tox --recreate
-#
-# Invokation examples:
-# fakeroot -u tox # run all tests
-# fakeroot -u tox -e py32 # run all tests, but only on python 3.2
-# fakeroot -u tox borg.testsuite.locking # only run 1 test module
-# fakeroot -u tox borg.testsuite.locking -- -k '"not Timer"' # exclude some tests
-# fakeroot -u tox borg.testsuite -- -v # verbose py.test
-#
-# Important notes:
-# Without fakeroot -u some tests will fail.
-# When using -- to give options to py.test, you MUST also give borg.testsuite[.module].
[tox]
envlist = py32, py33, py34