utilize tox to build
[osm/osmclient.git] / tox.ini
1 [tox]
2 envlist = py27,py3,flake8
3
4 [testenv]
5 deps=nose
6 mock
7 commands=nosetests
8
9 [testenv:flake8]
10 basepython = python
11 deps = flake8
12 commands =
13 flake8 setup.py
14
15 [testenv:build]
16 basepython = python
17 deps = stdeb
18 setuptools-version-command
19 commands = python setup.py --command-packages=stdeb.command bdist_deb