Fix!: Remove support for EOL python versions
Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: I42660519c1cbe94a4322767b1940e113b0e5a276
This commit is contained in:
parent
930dd24dd2
commit
ca4ffdbb35
@ -88,7 +88,7 @@ tests samples are included as examples in our documentation to ensure that
|
|||||||
examples are kept current with existing behaviour. To run the unit tests,
|
examples are kept current with existing behaviour. To run the unit tests,
|
||||||
execute the command::
|
execute the command::
|
||||||
|
|
||||||
tox -e py34,py27
|
tox -e py38
|
||||||
|
|
||||||
* Note: View ``tox.ini`` to run tests on other versions of Python,
|
* Note: View ``tox.ini`` to run tests on other versions of Python,
|
||||||
generating the documentation and additionally for any special notes
|
generating the documentation and additionally for any special notes
|
||||||
|
@ -21,12 +21,7 @@ classifier =
|
|||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
|
||||||
Programming Language :: Python :: 2.7
|
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.3
|
|
||||||
Programming Language :: Python :: 3.4
|
|
||||||
Programming Language :: Python :: 3.5
|
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.2
|
minversion = 2.2
|
||||||
envlist = linters, docs, docs-linkcheck, py34, py35, py36, py37, py38, py27, cover
|
envlist = linters, docs, docs-linkcheck, py36, py37, py38, cover
|
||||||
skip_missing_interpreters = true
|
skip_missing_interpreters = true
|
||||||
# custom vars (no meaning to tox)
|
# custom vars (no meaning to tox)
|
||||||
install_test_deps = pip install -q -r test-requirements.txt
|
install_test_deps = pip install -q -r test-requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user