diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tox.ini b/tox.ini deleted file mode 100644 index c52ea41..0000000 --- a/tox.ini +++ /dev/null @@ -1,24 +0,0 @@ -[tox] -skipsdist=True -envlist = py27,py3,style -setupdir = testengine/ - -[testenv] -distribute = False -commands = - {envpython} --version -deps = flake8 - -[testenv:style] -commands = flake8 - -[testenv:py27] -basepython=python2.7 - -[testenv:py3] -basepython=python3.6 - -[flake8] -show-source = True -exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build - |