[tox] minversion = 1.6 envlist = pep8,py27 skipsdist = True [testenv] usedevelop = True install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -egit+https://github.com/openstack/ceilometer#egg=ceilometer commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8] commands = flake8 [testenv:py27] commands = /bin/cp -r {toxinidir}/ceilometer_zvm/compute/virt/zvm \ {toxinidir}/.tox/py27/src/ceilometer/ceilometer/compute/virt/ python setup.py testr --slowest --testr-args='{posargs}' [testenv:venv] commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] ignore = E126,E127,E128 exclude = .venv,.git,.tox,dist,doc,*egg,build [hacking] import_exceptions = nova.i18n