diff --git a/py27-constraints.txt b/py27-constraints.txt deleted file mode 100644 index e0f940e..0000000 --- a/py27-constraints.txt +++ /dev/null @@ -1 +0,0 @@ -stestr==2.6.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 159d8b9..49986a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,6 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 [files] diff --git a/tox.ini b/tox.ini index fe665bf..75d5855 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.9.0 -envlist = py3,py27,pep8 +envlist = py3,pep8 skipsdist = True ignore_basepython_conflict=true @@ -27,12 +27,6 @@ commands = basepython = python3 commands = {posargs} -[testenv:py27] -deps = - -c{toxinidir}/py27-constraints.txt - -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt - [testenv:cover] basepython = python3 setenv =