Files
e187e972532b2a572e95499e1633d3d9e1777104
401 lines
12 KiB
INI
401 lines
12 KiB
INI
[tox]
[testenv:pep8]
bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'
stestr --test-path=./nova/tests/functional run --exclude-regex '((?:api|notification)_sample_tests|functional\.db\.)' {posargs}
[testenv:venv]