mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Travis update, cleanup code
This commit is contained in:
parent
8357e0a64e
commit
1bc84b64c8
3 changed files with 24 additions and 35 deletions
57
.travis.yml
57
.travis.yml
|
|
@ -3,45 +3,36 @@ sudo: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 3.5
|
||||||
env: DJANGO=1.8.*
|
env: DJANGO=2.0.*
|
||||||
- python: 2.7
|
- python: 3.5
|
||||||
env: DJANGO=1.9.*
|
env: DJANGO=2.1.*
|
||||||
- python: 2.7
|
- python: 3.5
|
||||||
env: DJANGO=1.10.*
|
env: DJANGO=2.2.*
|
||||||
- python: 2.7
|
|
||||||
env: DJANGO=1.11.*
|
|
||||||
|
|
||||||
- python: 3.4
|
|
||||||
env: DJANGO=1.8.*
|
|
||||||
- python: 3.4
|
|
||||||
env: DJANGO=1.9.*
|
|
||||||
- python: 3.4
|
|
||||||
env: DJANGO=1.10.*
|
|
||||||
- python: 3.4
|
|
||||||
env: DJANGO=1.11.*
|
|
||||||
|
|
||||||
- python: 3.5
|
|
||||||
env: DJANGO=1.8.*
|
|
||||||
- python: 3.5
|
|
||||||
env: DJANGO=1.9.*
|
|
||||||
- python: 3.5
|
|
||||||
env: DJANGO=1.10.*
|
|
||||||
- python: 3.5
|
|
||||||
env: DJANGO=1.11.*
|
|
||||||
|
|
||||||
- python: 3.6
|
|
||||||
env: DJANGO=1.8.*
|
|
||||||
- python: 3.6
|
|
||||||
env: DJANGO=1.9.*
|
|
||||||
- python: 3.6
|
|
||||||
env: DJANGO=1.10.*
|
|
||||||
- python: 3.6
|
|
||||||
env: DJANGO=1.11.*
|
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: DJANGO=2.0.*
|
env: DJANGO=2.0.*
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: DJANGO=2.1.*
|
env: DJANGO=2.1.*
|
||||||
|
- python: 3.6
|
||||||
|
env: DJANGO=2.2.*
|
||||||
|
- python: 3.6
|
||||||
|
env: DJANGO=3.0.*
|
||||||
|
|
||||||
|
- python: 3.7
|
||||||
|
env: DJANGO=2.0.*
|
||||||
|
- python: 3.7
|
||||||
|
env: DJANGO=2.1.*
|
||||||
|
- python: 3.7
|
||||||
|
env: DJANGO=2.2.*
|
||||||
|
- python: 3.7
|
||||||
|
env: DJANGO=3.0.*
|
||||||
|
|
||||||
|
- python: 3.8
|
||||||
|
env: DJANGO=2.2.*
|
||||||
|
- python: 3.8
|
||||||
|
env: DJANGO=3.0.*
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,6 @@ def xml_has_javascript(data):
|
||||||
from re import search, IGNORECASE, MULTILINE
|
from re import search, IGNORECASE, MULTILINE
|
||||||
|
|
||||||
data = str(data, encoding='UTF-8')
|
data = str(data, encoding='UTF-8')
|
||||||
# print(data)
|
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
# Handles JavaScript nodes and stringified nodes.
|
# Handles JavaScript nodes and stringified nodes.
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
Django
|
Django
|
||||||
Pillow
|
Pillow
|
||||||
Markdown
|
Markdown
|
||||||
pip
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue