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