summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-05-03 10:56:54 -0500
committerMatt Martz <matt@sivel.net>2017-11-23 10:15:09 -0600
commit65316773461efc5fea2d555da2bf0985528e9d25 (patch)
tree2392ff203ef98a3b4b90c02e75848fe7a0062375
parent6556be190aa0d2bf45f181b2101ec2c453d796ad (diff)
Test failing --source
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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 ))"