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