Merge "Don't write python bytecode while testing"

This commit is contained in:
Jenkins
2016-09-02 01:00:34 +00:00
committed by Gerrit Code Review

View File

@@ -5,6 +5,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
# .testr.conf uses TESTS_DIR
TESTS_DIR=./ironicclient/tests/unit