mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00: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
1 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue