Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / python / ceph-disk / tox.ini
1 [tox]
2 envlist = py27, flake8
3 skipsdist=True
4
5 [testenv]
6 deps=
7   pytest
8   mock
9   pytest-cov==1.6
10   coverage==3.7.1
11
12 commands=
13   python setup.py develop
14   py.test -vv --cov=ceph_disk.py --cov-report=term-missing {posargs:tests}
15
16 [testenv:flake8]
17 deps=
18   flake8
19 commands=flake8 --select=F,E9 ceph_disk.py