diff --git a/setup.cfg b/setup.cfg index 15f30c5d0..6c91c5115 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Topic :: Software Development :: Libraries Topic :: System :: Distributed Computing diff --git a/tox.ini b/tox.ini index d2cb1e76b..50db514a2 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ envlist = docs, pep8, py27, - py34, py35, pylint, update-states