mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-27 21:43:58 +00:00
Clean up
This commit is contained in:
parent
2ae507dd33
commit
dede6984a6
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue