Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-05-03 19:02:35 +0300
committerMatt Martz <matt@sivel.net>2017-11-23 19:15:09 +0300
commitf2a97baf1e0700a8f70cd851843ea81a6997e897 (patch)
treeb1bd518b9e7d51ef5a8451a96766be872a65fc91 /tox.ini
parent65316773461efc5fea2d555da2bf0985528e9d25 (diff)
Revert "Test failing --source"
This reverts commit be7d7f6a1c2448cc60342142a405945817817115.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e49332d..477fa1c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ commands =
{envpython} -V
{envpython} -m compileall speedtest.py
{envpython} speedtest.py
- sh -c "{envpython} speedtest.py --source 127.0.0.1 || (( $? == 1 ))"
[testenv:flake8]
basepython=python
@@ -20,4 +19,3 @@ commands =
pypy -V
pypy -m compileall speedtest.py
pypy speedtest.py
- sh -c "pypy speedtest.py --source 127.0.0.1 || (( $? == 1 ))"