[tox]
skipsdist=true
[testenv]
commands =
{envpython} -V
{envpython} speedtest_cli.py
[testenv:flake8]
basepython=python
deps=flake8
flake8 speedtest_cli.py
[testenv:pypy]
pypy -V
pypy speedtest_cli.py