mirror of
https://github.com/django/daphne.git
synced 2025-04-24 18:56:41 +03:00
* Move project tests to its own directory. * Install mock test dependency for Python2 only. * Do not install tox inside tox environment. * Exclude tests from sdist. * Use recent pip on Travis-CI.
24 lines
414 B
INI
24 lines
414 B
INI
[run]
|
|
branch = True
|
|
source = channels
|
|
omit = tests/*
|
|
|
|
[report]
|
|
show_missing = True
|
|
skip_covered = True
|
|
omit = tests/*
|
|
|
|
[html]
|
|
directory = coverage_html
|
|
|
|
[paths]
|
|
django_19 =
|
|
.tox/py27-django-18/lib/python2.7
|
|
.tox/py34-django-18/lib/python3.4
|
|
.tox/py35-django-18/lib/python3.5
|
|
|
|
django_18 =
|
|
.tox/py27-django-19/lib/python2.7
|
|
.tox/py34-django-19/lib/python3.4
|
|
.tox/py35-django-19/lib/python3.5
|