Files
86d87be8db588cc3125d53cd92e271fb45b1a3aa
370 lines
12 KiB
INI
370 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]