Revert "Test failing --source"

This reverts commit be7d7f6a1c2448cc60342142a405945817817115.
This commit is contained in:
Matt Martz 2017-05-03 11:02:35 -05:00
parent 6531677346
commit f2a97baf1e
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ 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
@ -20,4 +19,3 @@ commands =
pypy -V
pypy -m compileall speedtest.py
pypy speedtest.py
sh -c "pypy speedtest.py --source 127.0.0.1 || (( $? == 1 ))"