blob: ef1f5ebaa191ec4882357731a28a018110a1067f [file] [log] [blame]
tierno5c012612018-04-19 16:01:59 +02001[tox]
2envlist = py27,py3,flake8
3toxworkdir={homedir}/.tox
4
5[testenv]
6deps=nose
7 mock
8commands=nosetests
9
10[testenv:flake8]
11basepython = python3
12deps = flake8
13commands =
14 flake8 setup.py
15
16[testenv:build]
17basepython = python3
18deps = stdeb
19 setuptools-version-command
20commands = python3 setup.py --command-packages=stdeb.command bdist_deb