Pull out jenkins script into a checked in script

This commit is contained in:
Daniel Wagner-Hall
2015-11-13 16:22:51 +00:00
parent 6fed9fd697
commit 233af7c74b
3 changed files with 9 additions and 1 deletions

View File

@@ -6,10 +6,12 @@ deps =
coverage
Twisted>=15.1
mock
python-subunit
junitxml
setenv =
PYTHONDONTWRITEBYTECODE = no_byte_code
commands =
coverage run --source=synapse {envbindir}/trial {posargs:tests}
/bin/bash -c "coverage run --source=synapse {envbindir}/trial {posargs:tests} {env:TOXSUFFIX:}"
coverage report -m
[testenv:packaging]