Meant to add an additional line for compileall

This commit is contained in:
Matt Martz 2015-05-20 14:52:35 -05:00
parent 1df3e76b19
commit bae642ccde
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ skipsdist=true
commands =
{envpython} -V
{envpython} -m compileall speedtest_cli.py
{envpython} speedtest_cli.py
[testenv:flake8]
basepython=python
@ -17,3 +18,4 @@ commands =
commands =
pypy -V
pypy -m compileall speedtest_cli.py
pypy speedtest_cli.py