Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Set PYTHONDONTWRITEBYTECODE in the tox environment so that we don't s…
Browse files Browse the repository at this point in the history
…pew .pyc files everywhere
  • Loading branch information
Mark Haines committed Aug 25, 2015
1 parent c63df2d commit d046adf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d046adf

Please sign in to comment.