blob: 3ed9406d60231babc0cf87f00e93bce15df02994 [file] [log] [blame]
tiernoc0e42e22018-05-11 11:36:10 +02001[tox]
2envlist = py27,py3,flake8
3toxworkdir={homedir}/.tox
4
5[testenv]
6deps=nose
7 mock
8commands=nosetests
9
10[testenv:flake8]
11basepython = python3
12deps = flake8
13commands =
tierno8d950012018-05-22 12:27:48 +020014 flake8 osm_lcm --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226
tiernoc0e42e22018-05-11 11:36:10 +020015
16[testenv:build]
17basepython = python3
18deps = stdeb
19 setuptools-version-command
20commands = python3 setup.py --command-packages=stdeb.command bdist_deb