Adds PYTHONDONTWRITEBYTECODE option to tox.ini

Change-Id: I516eeaee64df4a4287820823ac1dbdfaef0dd07d
This commit is contained in:
Obulpathi 2015-03-02 11:24:24 -05:00
parent 791a5177b8
commit e456804cc4
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