Skip to content

Commit 5bb7be2

Browse files
committed
Drop support for testing on Python 2
1 parent cd1f67d commit 5bb7be2

8 files changed

+2
-112
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ python:
66
env:
77
- DJANGO="1.11,<2.0"
88
- DJANGO="2.0,<3.0"
9-
matrix:
10-
include:
11-
- python: 2.7
12-
env: DJANGO="1.11,<2.0"
139

1410
install:
1511
- pip install coverage coveralls

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
'Intended Audience :: Developers',
2626
'Operating System :: Unix',
2727
'Topic :: Software Development :: Quality Assurance',
28-
'Programming Language :: Python :: 2.7',
29-
'Programming Language :: Python :: 3.3',
30-
'Programming Language :: Python :: 3.4',
28+
'Programming Language :: Python :: 3',
3129
'Programming Language :: Python :: 3.5',
30+
'Programming Language :: Python :: 3.6',
3231
)
3332

3433

test/input/func_model_requires_unicode_py_28.py

-22
This file was deleted.

test/input/func_model_unicode_parent_py_28.py

-15
This file was deleted.

test/input/func_noerror_forms_py_28.py

-32
This file was deleted.

test/input/func_noerror_models_py_28.py

-34
This file was deleted.

test/messages/func_model_requires_unicode_py_28.txt

-1
This file was deleted.

test/messages/func_model_unicode_parent_py_28.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)