diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2019-10-24 16:36:04 +0300 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2019-10-24 09:36:04 -0400 |
| commit | dab931f597cdc5b57d4e2458840fb991606506bc (patch) | |
| tree | 37b70ec325985f0c9504931c9847c8b02b2eb36c /tests/test_syntax/blocks | |
| parent | c6a9985b9211b40c42638164e350dfa0732450f8 (diff) | |
| download | python-markdown-dab931f597cdc5b57d4e2458840fb991606506bc.tar.gz | |
Drop support for Python 2.7 (#865)
* Python syntax upgraded using `pyupgrade --py3-plus`
* Travis no longer uses `sudo`. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
See #760 for Python Version Support Timeline and related dicussion.
Diffstat (limited to 'tests/test_syntax/blocks')
| -rw-r--r-- | tests/test_syntax/blocks/__init__.py | 1 | ||||
| -rw-r--r-- | tests/test_syntax/blocks/test_code_blocks.py | 1 | ||||
| -rw-r--r-- | tests/test_syntax/blocks/test_headers.py | 1 | ||||
| -rw-r--r-- | tests/test_syntax/blocks/test_hr.py | 1 | ||||
| -rw-r--r-- | tests/test_syntax/blocks/test_paragraphs.py | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_syntax/blocks/__init__.py b/tests/test_syntax/blocks/__init__.py index f2a7837..564ba3b 100644 --- a/tests/test_syntax/blocks/__init__.py +++ b/tests/test_syntax/blocks/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Python Markdown diff --git a/tests/test_syntax/blocks/test_code_blocks.py b/tests/test_syntax/blocks/test_code_blocks.py index d420379..54b6860 100644 --- a/tests/test_syntax/blocks/test_code_blocks.py +++ b/tests/test_syntax/blocks/test_code_blocks.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Python Markdown diff --git a/tests/test_syntax/blocks/test_headers.py b/tests/test_syntax/blocks/test_headers.py index 4afa4ec..be511d4 100644 --- a/tests/test_syntax/blocks/test_headers.py +++ b/tests/test_syntax/blocks/test_headers.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Python Markdown diff --git a/tests/test_syntax/blocks/test_hr.py b/tests/test_syntax/blocks/test_hr.py index e02ba9e..6f6cc88 100644 --- a/tests/test_syntax/blocks/test_hr.py +++ b/tests/test_syntax/blocks/test_hr.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Python Markdown diff --git a/tests/test_syntax/blocks/test_paragraphs.py b/tests/test_syntax/blocks/test_paragraphs.py index 41d3312..9b7ba03 100644 --- a/tests/test_syntax/blocks/test_paragraphs.py +++ b/tests/test_syntax/blocks/test_paragraphs.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Python Markdown |
