Skip to content

Commit

Permalink
Merge pull request matrix-org#560 from matrix-org/daniel/tox
Browse files Browse the repository at this point in the history
Remove pyc files before running tests
  • Loading branch information
illicitonion committed Feb 9, 2016
2 parents 9ac9b75 + 5b75b63 commit b58a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deps =
setenv =
PYTHONDONTWRITEBYTECODE = no_byte_code
commands =
/bin/bash -c "coverage run {env:COVERAGE_OPTS:} --source={toxinidir}/synapse \
/bin/bash -c "find {toxinidir} -name '*.pyc' -delete ; coverage run {env:COVERAGE_OPTS:} --source={toxinidir}/synapse \
{envbindir}/trial {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}"
{env:DUMP_COVERAGE_COMMAND:coverage report -m}

Expand Down

0 comments on commit b58a8b1

Please sign in to comment.