aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: c52ea41707a3b5584dead227bca7a7630a5e03ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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