2014-04-17 23:25:21 +08:00
|
|
|
[tox]
|
|
|
|
|
skipsdist=true
|
|
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
commands =
|
|
|
|
|
{envpython} -V
|
2015-05-21 03:49:45 +08:00
|
|
|
{envpython} -m compileall speedtest_cli.py
|
2014-04-17 23:25:21 +08:00
|
|
|
|
|
|
|
|
[testenv:flake8]
|
|
|
|
|
basepython=python
|
|
|
|
|
deps=flake8
|
|
|
|
|
commands =
|
|
|
|
|
{envpython} -V
|
|
|
|
|
flake8 speedtest_cli.py
|
|
|
|
|
|
|
|
|
|
[testenv:pypy]
|
|
|
|
|
commands =
|
|
|
|
|
pypy -V
|
2015-05-21 03:49:45 +08:00
|
|
|
pypy -m compileall speedtest_cli.py
|