blob: 025f4a0ea1829662f92f0dc12aa4af426ca8d4f6 [file] [log] [blame]
garciadeblas55195772017-09-13 08:28:39 +02001[tox]
2#envlist = py27,py3
3envlist = py27
4toxworkdir={homedir}/.tox
5
6[testenv]
7deps=nose
8 mock
9commands=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
22