This commit is contained in:
Matt Martz 2018-01-02 16:25:30 -06:00
parent 6381ba3742
commit bb9214fd0d
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ install:
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") == 0 ]]; then pip install tox; fi;
script:
- ifconfig
- tox
notifications:

View File

@ -6,6 +6,7 @@ commands =
{envpython} -V
{envpython} -m compileall speedtest.py
{envpython} speedtest.py
{envpython} speedtest.py --source 127.0.0.1 || true
[testenv:flake8]
basepython=python