X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=5c85c600e209de7617e62a1a5a312a3abde116a9;hb=2bf0d905b70cb04c9f32319bc8477d39c54f581a;hp=280145a9ccec50ed427f68311d7946b16d41ba89;hpb=eeb2c002b1ee84406f22a64e1cea69cc0687d63c;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index 280145a..5c85c60 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] -envlist = py27,py3,flake8 +envlist = py27,py3,flake8,pyflakes +toxworkdir={homedir}/.tox [testenv] deps=nose @@ -12,6 +13,12 @@ deps = flake8 commands = flake8 setup.py +[testenv:pyflakes] +basepython = python3 +deps = pyflakes +commands = + pyflakes osmclient + [testenv:build] basepython = python deps = stdeb