]> git.proxmox.com Git - ceph.git/blob - ceph/qa/tox.ini
746cd1b4f44d0084d0be1aed11fb1f06fe869a5c
[ceph.git] / ceph / qa / tox.ini
1 [tox]
2 envlist = flake8-py2, flake8-py3, mypy
3 skipsdist = True
4
5 [testenv:flake8-py2]
6 basepython = python2
7 deps=
8 flake8
9 commands=flake8 --select=F,E9 --exclude=venv,.tox
10
11 [testenv:flake8-py3]
12 basepython = python3
13 deps=
14 flake8
15 commands=flake8 --select=F,E9 --exclude=venv,.tox
16
17 [testenv:mypy]
18 basepython = python3
19 deps = mypy==0.770
20 commands = mypy {posargs:.}