foo
This commit is contained in:
parent
14e3a390bc
commit
5f6267a489
5
tox.ini
5
tox.ini
|
@ -6,7 +6,8 @@ commands =
|
||||||
{envpython} -V
|
{envpython} -V
|
||||||
{envpython} -m compileall speedtest.py
|
{envpython} -m compileall speedtest.py
|
||||||
{envpython} speedtest.py
|
{envpython} speedtest.py
|
||||||
{envpython} speedtest.py --source 172.17.0.1 || true
|
{envpython} speedtest.py --source 172.17.0.1
|
||||||
|
{envpython} speedtest.py --source 127.0.0.1 || true
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython=python
|
basepython=python
|
||||||
|
@ -20,3 +21,5 @@ commands =
|
||||||
pypy -V
|
pypy -V
|
||||||
pypy -m compileall speedtest.py
|
pypy -m compileall speedtest.py
|
||||||
pypy speedtest.py
|
pypy speedtest.py
|
||||||
|
pypy speedtest.py --source 172.17.0.1
|
||||||
|
pypy speedtest.py --source 127.0.0.1 || true
|
||||||
|
|
Loading…
Reference in New Issue