6fd781ff2155901d4b80c6f5c5c2d8be27d59632
[osm/RO.git] / tox.ini
1 [tox]
2 #envlist = py27,py3
3 envlist = py3
4 toxworkdir={homedir}/.tox
5
6 [testenv]
7 deps=nose
8 mock
9 commands=nosetests
10
11 [testenv:flake8]
12 basepython = python3
13 deps = flake8
14 commands =
15 flake8 setup.py
16
17 [testenv:build]
18 basepython = python3
19 deps = stdeb
20 setuptools-version-command
21 commands = python3 setup.py --command-packages=stdeb.command bdist_deb
22