Files
9063e3a1fda7f362267649565a7cda4e37c56b7d
369 lines
11 KiB
INI
369 lines
11 KiB
INI
[tox]
stestr --test-path=./nova/tests/functional run --exclude-regex '((?:api|notification)_sample_tests|functional\.db\.)' {posargs}
[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'
[testenv:venv]