speedtest-cli/tox.ini

22 lines
353 B
INI
Raw Normal View History

2014-04-17 17:25:21 +02:00
[tox]
skipsdist=true
[testenv]
commands =
{envpython} -V
{envpython} -m compileall speedtest_cli.py
{envpython} speedtest_cli.py
2014-04-17 17:25:21 +02:00
[testenv:flake8]
basepython=python
deps=flake8
commands =
{envpython} -V
flake8 speedtest_cli.py
[testenv:pypy]
commands =
pypy -V
pypy -m compileall speedtest_cli.py
pypy speedtest_cli.py