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