Files
3675dbf7a4f0a8ab0c71b55025b9883581ac021b
368 lines
12 KiB
INI
368 lines
12 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]