X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fceph-detect-init%2Ftox.ini;fp=src%2Fceph%2Fsrc%2Fceph-detect-init%2Ftox.ini;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=dd631a27d8461be586717ce38a57b03be68dea5e;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/ceph-detect-init/tox.ini b/src/ceph/src/ceph-detect-init/tox.ini deleted file mode 100644 index dd631a2..0000000 --- a/src/ceph/src/ceph-detect-init/tox.ini +++ /dev/null @@ -1,31 +0,0 @@ -[tox] -envlist = pep8,py27,py3 -skip_missing_interpreters = True - -[testenv] -basepython = - py27: python2.7 - py3: python3 -setenv = VIRTUAL_ENV={envdir} -usedevelop = true -deps = - {env:NO_INDEX:} - --use-wheel - --find-links=file://{toxinidir}/wheelhouse - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - -commands = coverage run --source=ceph_detect_init {envbindir}/py.test -v tests - coverage report --show-missing --fail-under=100 - -[testenv:pep8] -basepython = python2 -commands = flake8 ceph_detect_init tests - -[testenv:integration] -basepython = python2 -setenv = VIRTUAL_ENV={envdir} -deps = -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - -commands = {envbindir}/py.test -v integration/test_main.py