1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/1503c3a65bc8/
Changeset:   1503c3a65bc8
User:        hpk42
Date:        2016-06-20 14:45:10+00:00
Summary:     Merged in 
bittner/tox/bittner/remove-invalid-return-value-in-toxcmdlin-1465935081972 
(pull request #196)

Remove invalid return value in tox.cmdline() example
Affected #:  1 file

diff -r 365dc0ef97fdf052ae258d73b0f0b4ac10c17ed5 -r 
1503c3a65bc8035d091155fcf410cf24d07dd677 doc/example/basic.txt
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -260,8 +260,7 @@
             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(
         #...,

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to