]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/tox.ini
update sources to v12.1.3
[ceph.git] / ceph / src / ceph-volume / tox.ini
CommitLineData
d2e6a577
FG
1[tox]
2envlist = py27, py35, py36, flake8
3
4[testenv]
5deps=
6 pytest
7commands=py.test -v {posargs:ceph_volume/tests}
8
9[testenv:flake8]
10deps=flake8
11commands=flake8 --select=F,E9 {posargs:ceph_volume}
12
13[tool:pytest]
14norecursedirs = .* _* virtualenv