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:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini25
1 files changed, 0 insertions, 25 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 8a63b5b..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,25 +0,0 @@
-[tox]
-skipsdist=true
-
-[testenv]
-commands =
- {envpython} -V
- {envpython} -m compileall speedtest.py
- {envpython} speedtest.py
- {envpython} speedtest.py --source 172.17.0.1
- {envpython} tests/scripts/source.py
-
-[testenv:flake8]
-basepython=python
-deps=flake8
-commands =
- {envpython} -V
- flake8 speedtest.py
-
-[testenv:pypy]
-commands =
- pypy -V
- pypy -m compileall speedtest.py
- pypy speedtest.py
- pypy speedtest.py --source 172.17.0.1
- pypy tests/scripts/source.py