mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-04-06 07:43:41 -04:00
Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't spew .pyc files everywhere
This commit is contained in:
parent
c63df2d4e0
commit
d046adf4ec
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user