Test failing --source

This commit is contained in:
Matt Martz 2017-05-03 10:56:54 -05:00
parent 5cb3a19cd3
commit be7d7f6a1c

View File

@ -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 ))"