Remove obsolete versions from setup and tox

This commit is contained in:
Alieh Rymašeŭski 2019-05-10 17:55:00 +03:00
parent c53b766132
commit 9152d225bb
2 changed files with 2 additions and 8 deletions

View file

@ -16,7 +16,6 @@ setup(
zip_safe=False,
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: MIT License',

View file

@ -1,9 +1,7 @@
[tox]
envlist =
{py34,py35,py36}-django-18
{py34,py35,py36}-django-110
{py34,py35,py36}-django-111
{py34,py35,py36}-django-20
{py35,py36}-django-111
{py35,py36}-django-20
{py35,py36}-django-21
{py35,py36}-django-22
@ -12,8 +10,6 @@ setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/src/auditlog
commands = coverage run --source src/auditlog src/runtests.py
deps =
django-18: Django>=1.8,<1.9
django-110: Django>=1.10,<1.11
django-111: Django>=1.11,<2.0
django-20: Django>=2.0,<2.1
django-21: Django>=2.1,<2.2
@ -22,4 +18,3 @@ deps =
basepython =
py36: python3.6
py35: python3.5
py34: python3.4