From 35274cab6d676df7b2d0f7939bfbc945a804838f Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Fri, 24 Jan 2020 21:50:43 +0100 Subject: [PATCH] Fix coverage --- .coverals.yml => .coveralls.yml | 0 examples/requirements/django_1_11.txt | 3 --- examples/requirements/django_2_0.txt | 3 --- 3 files changed, 6 deletions(-) rename .coverals.yml => .coveralls.yml (100%) diff --git a/.coverals.yml b/.coveralls.yml similarity index 100% rename from .coverals.yml rename to .coveralls.yml diff --git a/examples/requirements/django_1_11.txt b/examples/requirements/django_1_11.txt index 804e6544..7aa7eb33 100644 --- a/examples/requirements/django_1_11.txt +++ b/examples/requirements/django_1_11.txt @@ -13,6 +13,3 @@ django-registration-redux>=1.4 django-simple-captcha==0.5.5 easy-thumbnails==2.4.1 sqlparse==0.2.2 - -# django-formtools, compatible with Django 1.11 -#https://github.com/django/django-formtools/archive/master.tar.gz diff --git a/examples/requirements/django_2_0.txt b/examples/requirements/django_2_0.txt index f3c4765b..a33c0b7e 100644 --- a/examples/requirements/django_2_0.txt +++ b/examples/requirements/django_2_0.txt @@ -14,6 +14,3 @@ django-simple-captcha>=0.5.6 djangorestframework==3.7.7 easy-thumbnails>=2.4.1 sqlparse>=0.2.2 - -# django-formtools, compatible with Django 1.11 -#https://github.com/django/django-formtools/archive/master.tar.gz