~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Barry Warsaw
  • Date: 2014-11-16 21:28:05 UTC
  • Revision ID: barry@list.org-20141116212805-vizrba3y5s39z0r4
Make sure runner subprocesses get covered during `tox -e coverage`.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
usedevelop = True
30
30
whitelist_externals = python-coverage
31
31
deps = coverage
32
 
# Don't use --pre version packages.
33
 
install_command = pip install {opts} {packages}
34
32
setenv =
35
33
    COVERAGE_PROCESS_START={[coverage]rcfile}
36
34
    COVERAGE_OPTIONS="-p"