blob: 5c85c600e209de7617e62a1a5a312a3abde116a9 [file] [log] [blame]
Mike Marchettieeb2c002017-05-25 11:34:25 -04001[tox]
peustermbd1e05f2018-06-14 21:32:55 +02002envlist = py27,py3,flake8,pyflakes
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
peustermbd1e05f2018-06-14 21:32:55 +020016[testenv:pyflakes]
17basepython = python3
18deps = pyflakes
19commands =
20 pyflakes osmclient
21
Mike Marchettieeb2c002017-05-25 11:34:25 -040022[testenv:build]
23basepython = python
24deps = stdeb
25 setuptools-version-command
26commands = python setup.py --command-packages=stdeb.command bdist_deb