From 172ef79ffd2ab422b1e2368acdb35c226b87443a Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Tue, 21 Feb 2017 14:11:16 +0100 Subject: [PATCH] Fix coverage source configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4983d80..66c7936 100644 --- a/tox.ini +++ b/tox.ini @@ -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}