summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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