Meant to add an additional line for compileall
This commit is contained in:
parent
1df3e76b19
commit
bae642ccde
2
tox.ini
2
tox.ini
|
@ -5,6 +5,7 @@ skipsdist=true
|
||||||
commands =
|
commands =
|
||||||
{envpython} -V
|
{envpython} -V
|
||||||
{envpython} -m compileall speedtest_cli.py
|
{envpython} -m compileall speedtest_cli.py
|
||||||
|
{envpython} speedtest_cli.py
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython=python
|
basepython=python
|
||||||
|
@ -17,3 +18,4 @@ commands =
|
||||||
commands =
|
commands =
|
||||||
pypy -V
|
pypy -V
|
||||||
pypy -m compileall speedtest_cli.py
|
pypy -m compileall speedtest_cli.py
|
||||||
|
pypy speedtest_cli.py
|
||||||
|
|
Loading…
Reference in New Issue