Included the default serviceworker, updated the manifest, Add the default offline page, updated the unit test, Redme
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -1,5 +1,7 @@
|
||||
[tox]
|
||||
envlist = py36-django{20}
|
||||
envlist =
|
||||
py36-django{20}
|
||||
py36-django{21}
|
||||
|
||||
[testenv]
|
||||
commands = python runtests.py
|
||||
@@ -7,4 +9,6 @@ setenv =
|
||||
DJANGO_SETTINGS_MODULE=tests.settings
|
||||
PYTHONPATH={toxinidir}
|
||||
basepython = py36: python3.6
|
||||
deps = django20: Django==2.0
|
||||
deps =
|
||||
django20: Django==2.0
|
||||
django21: Django==2.1
|
||||
Reference in New Issue
Block a user