mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-01-07 04:20:06 +01:00
Test failing --source
This commit is contained in:
2
tox.ini
2
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 ))"
|
||||
|
||||
Reference in New Issue
Block a user