Merge "Don't write python bytecode while testing"
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -5,6 +5,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
PYTHONDONTWRITEBYTECODE = 1
|
||||||
LANGUAGE=en_US
|
LANGUAGE=en_US
|
||||||
# .testr.conf uses TESTS_DIR
|
# .testr.conf uses TESTS_DIR
|
||||||
TESTS_DIR=./ironicclient/tests/unit
|
TESTS_DIR=./ironicclient/tests/unit
|
||||||
|
Reference in New Issue
Block a user