This commit is contained in:
Artur Barseghyan 2020-01-11 22:26:55 +01:00
parent 2ae507dd33
commit dede6984a6
3 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,8 @@
omit =
src/fobi/migrations/*
src/fobi/south_migrations/*
src/fobi/contrib/plugins/form_handlers/db_store/migrations/*
src/fobi/contrib/apps/wagtail_integration/migrations/*
src/fobi/tests/*
example/simple/settings/*
example/simple/wsgi.py

View file

@ -30,7 +30,8 @@ are used for versioning (schema follows below):
- Drop Python 2.7 support.
- Drop Python 3.4 support.
- Tested with Django REST Framework 3.11.x
- Tested with FeinCMS 1.17.x.
- Tested with FeinCMS 1.17.x. No code changes at all. All older versions of
FeinCMS should still work, although they are no longer tested.
0.15
----

View file

@ -5,8 +5,7 @@ envlist =
# py{27,34}-{django17,django18}
; py{27,34,35,36,py}-django{18,19}
; py{27,35,36}-django{110,111}
py{35,36,37,38}-django{111}
py{35,36,37,38}-django{20}
py{35,36,37,38}-django{111,20}
py{36,37,38}-django{21,22,30}
#flake8,
#isort