Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / python / ceph / tox.ini
1 [tox]
2 envlist = py26, py27, flake8
3 skipsdist=True
4
5 [testenv]
6 deps=
7   pytest
8 setenv =
9     PYTHONPATH = {toxinidir}/../../../pybind
10
11 commands=
12   python setup.py develop
13   py.test -v
14
15 [testenv:flake8]
16 deps=
17   flake8
18 commands=flake8 --select=F ceph.py