]> git.proxmox.com Git - ceph.git/blob - ceph/src/cephadm/tox.ini
import 15.2.5
[ceph.git] / ceph / src / cephadm / tox.ini
1 [tox]
2 envlist = py27, py3, mypy
3 skipsdist=true
4
5 [testenv]
6 skip_install=true
7 deps =
8 pytest
9 mock
10 -r{toxinidir}/requirements.txt
11 commands=pytest {posargs}
12
13 [testenv:mypy]
14 basepython = python3
15 deps = mypy==0.782
16 commands = mypy --config-file ../mypy.ini {posargs:cephadm}