| 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 |
| Adam Israel | 658dd3c | 2017-11-30 15:49:03 -0500 | [diff] [blame] | 8 | pyyaml |
| Mike Marchetti | 94b645e | 2017-08-04 14:33:54 -0400 | [diff] [blame] | 9 | commands=nosetests |
| 10 | |
| 11 | [testenv:flake8] |
| 12 | basepython = python |
| 13 | deps = flake8 |
| 14 | commands = |
| 15 | flake8 setup.py |
| 16 | |
| 17 | [testenv:build] |
| 18 | basepython = python |
| 19 | deps = stdeb |
| 20 | setuptools-version-command |
| 21 | commands = python setup.py --command-packages=stdeb.command bdist_deb |
| Mike Marchetti | ce4a73d | 2018-08-29 15:40:41 -0400 | [diff] [blame] | 22 | |
| 23 | [testenv:build3] |
| 24 | basepython = python3 |
| 25 | deps = stdeb |
| 26 | setuptools-version-command |
| 27 | commands = python3 setup.py --command-packages=stdeb.command bdist_deb |