Added the splash screen for iOS and Meta tags to Android and Win8

This commit is contained in:
Embrace
2019-01-23 12:01:00 -02:00
parent d86732bb9a
commit 053afe1bc0
19 changed files with 161 additions and 28 deletions

12
tox.ini
View File

@@ -1,14 +1,22 @@
[tox]
envlist =
py35-django{20}
py35-django{21}
py36-django{20}
py36-django{21}
py37-django{20}
py37-django{21}
[testenv]
commands = python runtests.py
setenv =
DJANGO_SETTINGS_MODULE=tests.settings
PYTHONPATH={toxinidir}
basepython = py36: python3.6
basepython =
py35: python3.5
py36: python3.6
py37: python3.7
deps =
django20: Django==2.0
django21: Django==2.1
django21: Django==2.1
pypandoc==1.3.3