Files
95019f9786943bacacfd6e97fe5d949bbd0f95dc
151 lines
5.0 KiB
INI
151 lines
5.0 KiB
INI
[tox]
downloadcache = ~/cache/pip
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
[testenv:pep8]
[testenv:venv]
bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'