0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00

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

This commit is contained in:
Mark Haines 2015-08-25 15:44:05 +01:00
parent c63df2d4e0
commit d046adf4ec

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