Merge "Adds PYTHONDONTWRITEBYTECODE option to tox.ini"

This commit is contained in:
Jenkins 2015-03-06 21:22:45 +00:00 committed by Gerrit Code Review
commit 49afe133d6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
PYTHONDONTWRITEBYTECODE=1
deps = -r{toxinidir}/requirements/requirements.txt
-r{toxinidir}/tests/test-requirements.txt
commands = pip install git+https://github.com/stackforge/opencafe.git#egg=cafe