Skip to content
Snippets Groups Projects
Commit d046adf4 authored by Mark Haines's avatar Mark Haines
Browse files

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

parent c63df2d4
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ deps = ...@@ -6,6 +6,8 @@ deps =
coverage coverage
Twisted>=15.1 Twisted>=15.1
mock mock
setenv =
PYTHONDONTWRITEBYTECODE = no_byte_code
commands = commands =
coverage run --source=./synapse {envbindir}/trial tests coverage run --source=./synapse {envbindir}/trial tests
coverage report -m coverage report -m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment