]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/tox.ini
import ceph 14.2.5
[ceph.git] / ceph / src / ceph-volume / tox.ini
CommitLineData
d2e6a577
FG
1[tox]
2envlist = py27, py35, py36, flake8
81eedcae 3skip_missing_interpreters = true
d2e6a577
FG
4
5[testenv]
6deps=
7 pytest
eafe8130 8 mock
a8e16298 9commands=py.test -v {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional
d2e6a577
FG
10
11[testenv:flake8]
12deps=flake8
11fdf7f2 13commands=flake8 {posargs:ceph_volume}
d2e6a577
FG
14
15[tool:pytest]
16norecursedirs = .* _* virtualenv
11fdf7f2
TL
17
18[flake8]
19select=F,E9