Fix coverage source configuration

This commit is contained in:
Johannes Hoppe 2017-02-21 14:11:16 +01:00
parent 36a9ab7bab
commit 172ef79ffd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ deps=
dj110: https://github.com/django/django/archive/stable/1.10.x.tar.gz#egg=django
djmaster: https://github.com/django/django/archive/master.tar.gz#egg=django
commands=
coverage run --source=s3file -m 'pytest' \
coverage run --source=django_select2 -m 'pytest' \
--basetemp={envtmpdir} \
--ignore=.tox \
{posargs}