mirror of
https://github.com/sivel/speedtest-cli.git
synced 2024-11-21 01:13:24 +08:00
20 lines
266 B
INI
20 lines
266 B
INI
|
[tox]
|
||
|
skipsdist=true
|
||
|
|
||
|
[testenv]
|
||
|
commands =
|
||
|
{envpython} -V
|
||
|
{envpython} speedtest_cli.py
|
||
|
|
||
|
[testenv:flake8]
|
||
|
basepython=python
|
||
|
deps=flake8
|
||
|
commands =
|
||
|
{envpython} -V
|
||
|
flake8 speedtest_cli.py
|
||
|
|
||
|
[testenv:pypy]
|
||
|
commands =
|
||
|
pypy -V
|
||
|
pypy speedtest_cli.py
|