Travis update, cleanup code

This commit is contained in:
adi 2019-12-26 14:23:16 +01:00
parent 8357e0a64e
commit 1bc84b64c8
3 changed files with 24 additions and 35 deletions

View file

@ -3,45 +3,36 @@ sudo: false
matrix:
include:
- python: 2.7
env: DJANGO=1.8.*
- python: 2.7
env: DJANGO=1.9.*
- python: 2.7
env: DJANGO=1.10.*
- python: 2.7
env: DJANGO=1.11.*
- python: 3.5
env: DJANGO=2.0.*
- python: 3.5
env: DJANGO=2.1.*
- python: 3.5
env: DJANGO=2.2.*
- 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
env: DJANGO=2.0.*
- python: 3.6
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
language: generic

View file

@ -147,7 +147,6 @@ def xml_has_javascript(data):
from re import search, IGNORECASE, MULTILINE
data = str(data, encoding='UTF-8')
# print(data)
# ------------------------------------------------
# Handles JavaScript nodes and stringified nodes.
# ------------------------------------------------

View file

@ -1,4 +1,3 @@
Django
Pillow
Markdown
pip