Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew .pyc files everywhere

pull/247/head
Mark Haines 2015-08-25 15:44:05 +01:00
parent c63df2d4e0
commit d046adf4ec
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ deps =
coverage
Twisted>=15.1
mock
setenv =
PYTHONDONTWRITEBYTECODE = no_byte_code
commands =
coverage run --source=./synapse {envbindir}/trial tests
coverage report -m