]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/insights/tox.ini
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / insights / tox.ini
1 [tox]
2 envlist = py27,py3
3 skipsdist = true
4 toxworkdir = {env:CEPH_BUILD_DIR}/insights
5 minversion = 2.8.1
6
7 [testenv]
8 deps =
9 pytest
10 mock
11 setenv=
12 UNITTEST = true
13 py27: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.2
14 py3: PYTHONPATH = {toxinidir}/../../../../build/lib/cython_modules/lib.3
15 commands=
16 {envbindir}/py.test tests/