This commit is contained in:
Matt Martz 2018-01-02 16:30:20 -06:00
parent bb9214fd0d
commit 14e3a390bc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ commands =
{envpython} -V
{envpython} -m compileall 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]
basepython=python