summaryrefslogtreecommitdiff
path: root/doc/example/basic.txt
diff options
context:
space:
mode:
authorSteffen Allner <sa@gocept.com>2016-06-20 18:13:37 +0200
committerSteffen Allner <sa@gocept.com>2016-06-20 18:13:37 +0200
commit59eeb645f38fff2828a0d9f0c72c4a2d39f638b6 (patch)
tree0bc1ae456c38b164b769bdde75b69c945941eb1a /doc/example/basic.txt
parent975d9c90c7e0739fa8f9ab79a6ac49dfa722450a (diff)
parentcef9d6b5edf6c40362b0cf40c81201f7092607c4 (diff)
downloadtox-59eeb645f38fff2828a0d9f0c72c4a2d39f638b6.tar.gz
Merge from defaulthook/report-status
Diffstat (limited to 'doc/example/basic.txt')
-rw-r--r--doc/example/basic.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/example/basic.txt b/doc/example/basic.txt
index 64150f3..84fed34 100644
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -260,8 +260,7 @@ a test run when ``python setup.py test`` is issued::
args = self.tox_args
if args:
args = shlex.split(self.tox_args)
- errno = tox.cmdline(args=args)
- sys.exit(errno)
+ tox.cmdline(args=args)
setup(
#...,