blob: 134636b027aabe6f2cc6d4cf3732ce1862bae1d1 [file] [log] [blame]
Mike Marchettieeb2c002017-05-25 11:34:25 -04001[tox]
2envlist = py27,py3,flake8
Mike Marchetti11987be2017-06-09 11:45:04 -04003toxworkdir={homedir}/.tox
Mike Marchettieeb2c002017-05-25 11:34:25 -04004
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