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>2015-12-28 23:34:07 +0300
committerMatt Martz <matt@sivel.net>2015-12-28 23:34:07 +0300
commit446e6eb27e55d8346b4b0063a585c07f3d1848cb (patch)
tree0d58387533f33841fd70763d3d10bb7b146c051c /tox.ini
parent81182c1c941fe38109d51df498d6cdda7a203975 (diff)
Update tox.ini to reflect filename change
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 3a17c18..477fa1c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,18 +4,18 @@ skipsdist=true
[testenv]
commands =
{envpython} -V
- {envpython} -m compileall speedtest_cli.py
- {envpython} speedtest_cli.py
+ {envpython} -m compileall speedtest.py
+ {envpython} speedtest.py
[testenv:flake8]
basepython=python
deps=flake8
commands =
{envpython} -V
- flake8 speedtest_cli.py
+ flake8 speedtest.py
[testenv:pypy]
commands =
pypy -V
- pypy -m compileall speedtest_cli.py
- pypy speedtest_cli.py
+ pypy -m compileall speedtest.py
+ pypy speedtest.py