diff --git a/.travis.yml b/.travis.yml index 04a288c..0de39a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,42 +1,17 @@ language: python sudo: false python: - - "2.7" - - "3.4" - "3.5" - "3.6" - "3.7" - "3.8" env: - - DJANGO_VERSION=1.11 - - DJANGO_VERSION=2.0 - - DJANGO_VERSION=2.1 - DJANGO_VERSION=2.2 - - DJANGO_VERSION=3.0rc1 + - DJANGO_VERSION=3.0 jobs: exclude: - - python: "3.8" - env: DJANGO_VERSION=1.11 - - python: "2.7" - env: DJANGO_VERSION=2.0 - - python: "3.8" - env: DJANGO_VERSION=2.0 - - python: "2.7" - env: DJANGO_VERSION=2.1 - - python: "3.4" - env: DJANGO_VERSION=2.1 - - python: "3.8" - env: DJANGO_VERSION=2.1 - - python: "2.7" - env: DJANGO_VERSION=2.2 - - python: "3.4" - env: DJANGO_VERSION=2.2 - - python: "2.7" - env: DJANGO_VERSION=3.0rc1 - - python: "3.4" - env: DJANGO_VERSION=3.0rc1 - python: "3.5" - env: DJANGO_VERSION=3.0rc1 + env: DJANGO_VERSION=3.0 install: - pip install -e . - pip install -q Django~=$DJANGO_VERSION diff --git a/requirements-dev.txt b/requirements-dev.txt index 7ebad14..1b7fafe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage -pytest>=3.6 +pytest>=4.6 pytest-cov pytest-django Django diff --git a/setup.py b/setup.py index a37409d..3e8dcbb 100644 --- a/setup.py +++ b/setup.py @@ -27,12 +27,10 @@ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Communications :: Email", "Topic :: Software Development :: Libraries :: Python Modules", ],