Update tox.ini to reflect filename change
This commit is contained in:
parent
81182c1c94
commit
446e6eb27e
10
tox.ini
10
tox.ini
|
@ -4,18 +4,18 @@ skipsdist=true
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
{envpython} -V
|
{envpython} -V
|
||||||
{envpython} -m compileall speedtest_cli.py
|
{envpython} -m compileall speedtest.py
|
||||||
{envpython} speedtest_cli.py
|
{envpython} speedtest.py
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython=python
|
basepython=python
|
||||||
deps=flake8
|
deps=flake8
|
||||||
commands =
|
commands =
|
||||||
{envpython} -V
|
{envpython} -V
|
||||||
flake8 speedtest_cli.py
|
flake8 speedtest.py
|
||||||
|
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
commands =
|
commands =
|
||||||
pypy -V
|
pypy -V
|
||||||
pypy -m compileall speedtest_cli.py
|
pypy -m compileall speedtest.py
|
||||||
pypy speedtest_cli.py
|
pypy speedtest.py
|
||||||
|
|
Loading…
Reference in New Issue