speedtest-cli/tox.ini

19 lines
403 B
INI
Raw Normal View History

2014-04-17 17:25:21 +02:00
[tox]
envlist=py24,py25,py26,py27,py31,py32,py33,py34,py35,py36,py37,py38,py39,pypy
2014-04-17 17:25:21 +02:00
skipsdist=true
[testenv]
commands =
{envpython} -V
{envpython} -m compileall speedtest.py
{envpython} speedtest.py
{envpython} speedtest.py --source 172.17.0.1
{envpython} tests/scripts/source.py
2014-04-17 17:25:21 +02:00
[testenv:flake8]
basepython=python
deps=flake8
commands =
{envpython} -V
flake8 speedtest.py