mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-01-04 19:10:07 +01:00
Update tox.ini to reflect filename change
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user