| Mike Marchetti | 94b645e | 2017-08-04 14:33:54 -0400 | [diff] [blame] | 1 | [tox] |
| 2 | envlist = py27,py3 | ||||
| 3 | toxworkdir={homedir}/.tox | ||||
| 4 | |||||
| 5 | [testenv] | ||||
| 6 | deps=nose | ||||
| 7 | mock | ||||
| 8 | commands=nosetests | ||||
| 9 | |||||
| 10 | [testenv:flake8] | ||||
| 11 | basepython = python | ||||
| 12 | deps = flake8 | ||||
| 13 | commands = | ||||
| 14 | flake8 setup.py | ||||
| 15 | |||||
| 16 | [testenv:build] | ||||
| 17 | basepython = python | ||||
| 18 | deps = stdeb | ||||
| 19 | setuptools-version-command | ||||
| 20 | commands = python setup.py --command-packages=stdeb.command bdist_deb | ||||