blob: 44933907ce1302dbbebb035086df556e4a9b0ba8 [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
8commands=nosetests
9
10[testenv:flake8]
11basepython = python
12deps = flake8
13commands =
14 flake8 setup.py
15
16[testenv:build]
17basepython = python
18deps = stdeb
19 setuptools-version-command
20commands = python setup.py --command-packages=stdeb.command bdist_deb