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