foo
This commit is contained in:
parent
bb9214fd0d
commit
14e3a390bc
2
tox.ini
2
tox.ini
|
@ -6,7 +6,7 @@ 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 127.0.0.1 || true
|
{envpython} speedtest.py --source 172.17.0.1 || true
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython=python
|
basepython=python
|
||||||
|
|
Loading…
Reference in New Issue