From 65316773461efc5fea2d555da2bf0985528e9d25 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 3 May 2017 10:56:54 -0500 Subject: [PATCH] Test failing --source --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 477fa1c..e49332d 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ commands = {envpython} -V {envpython} -m compileall speedtest.py {envpython} speedtest.py + sh -c "{envpython} speedtest.py --source 127.0.0.1 || (( $? == 1 ))" [testenv:flake8] basepython=python @@ -19,3 +20,4 @@ commands = pypy -V pypy -m compileall speedtest.py pypy speedtest.py + sh -c "pypy speedtest.py --source 127.0.0.1 || (( $? == 1 ))"