mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 06:40:52 +00:00
Update tox.ini to reflect filename change
This commit is contained in:
parent
81182c1c94
commit
446e6eb27e
1 changed files with 5 additions and 5 deletions
10
tox.ini
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue