From bae642ccdef97b21698502023fc3821275ae814d Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 20 May 2015 14:52:35 -0500 Subject: [PATCH] Meant to add an additional line for compileall --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index bb37438..3a17c18 100644 --- a/tox.ini +++ b/tox.ini @@ -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