From bb9214fd0d9f5aac49404444a06a7b6e4021a573 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 2 Jan 2018 16:25:30 -0600 Subject: [PATCH] testy --- .travis.yml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 20e5ecd..eec8cbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ install: - if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py3[12])") == 0 ]]; then pip install tox; fi; script: + - ifconfig - tox notifications: diff --git a/tox.ini b/tox.ini index 477fa1c..3f23171 100644 --- a/tox.ini +++ b/tox.ini @@ -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