blob: 2fcb6709c7ced1720f4befd0e777581a8cfa185c [file] [log] [blame]
Itamar Turner-Trauringef934112014-09-06 10:21:33 -04001[run]
2# Branch analysis coverage:
3branch = True
Itamar Turner-Trauring2c469252014-09-06 11:11:55 -04004# Only measure our package:
5source = eliot
Itamar Turner-Trauringf60e9a02014-10-18 10:10:46 -04006# No need to measure coverage of tests, or versioneer's code:
Itamar Turner-Trauringef934112014-09-06 10:21:33 -04007omit =
8 eliot/tests/*
Itamar Turner-Trauringf60e9a02014-10-18 10:10:46 -04009 eliot/_version.py
Itamar Turner-Trauringef934112014-09-06 10:21:33 -040010# We will do multiple runs in different tox envs, so keep them all; we'll
11# combine them in the Travis-CI build and then upload that to coveralls.io:
12parallel = True