Files
a7584ec1a5fd0737cb56eb2901aed667f0e49394
350 lines
12 KiB
INI
350 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 --group-regex=nova\.tests\.functional\.db\.api\.test_migrations\.TestNovaAPIMigrations --test-path=./nova/tests/functional run {posargs}
[testenv:venv]