blob: 707a451f8b923c47910cf5dffa6af8c862584235 [file] [log] [blame]
tiernoc94c3df2018-02-09 15:38:54 +01001[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
tiernob24258a2018-10-04 18:39:49 +020013commands = flake8 osm_nbi/ setup.py --max-line-length 120 \
tierno87006042018-10-24 12:50:20 +020014 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226,E402,W504
tiernoc94c3df2018-02-09 15:38:54 +010015
16[testenv:build]
17basepython = python3
18deps = stdeb
19 setuptools-version-command
20commands = python3 setup.py --command-packages=stdeb.command bdist_deb