get coverage on newer twisteds better

This commit is contained in:
Amber Brown (HawkOwl) 2016-11-12 23:13:35 +11:00
parent ea4842090a
commit 0a5271c17d
No known key found for this signature in database
GPG Key ID: 2308B479D3924A11
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ commands =
python -V
coverage --version
asyncio: coverage run --source {envsitepackagesdir}/autobahn/ {envbindir}/py.test {envsitepackagesdir}/autobahn/
tw121,tw132,tw154,tw165,twtrunk: coverage run {envbindir}/trial autobahn
tw121,tw132,tw154: coverage run {envbindir}/trial autobahn
tw165,twtrunk: coverage run -m twisted.trial autobahn
coverage report
whitelist_externals = sh