blob: c1c021508d143031ea7695daa3125ecd74960ff5 [file] [log] [blame]
Mike Marchetti94b645e2017-08-04 14:33:54 -04001[tox]
2envlist = py27,py3
3toxworkdir={homedir}/.tox
4
5[testenv]
6deps=nose
7 mock
Adam Israel658dd3c2017-11-30 15:49:03 -05008 pyyaml
Mike Marchetti94b645e2017-08-04 14:33:54 -04009commands=nosetests
10
11[testenv:flake8]
12basepython = python
13deps = flake8
14commands =
15 flake8 setup.py
16
17[testenv:build]
18basepython = python
19deps = stdeb
20 setuptools-version-command
21commands = python setup.py --command-packages=stdeb.command bdist_deb