Merge "removed the older version of python"

This commit is contained in:
Jenkins 2017-03-17 11:31:02 +00:00 committed by Gerrit Code Review
commit 7bc4083728
3 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@ independent version, you can do so with the following command:
.. note::
Other available environments are py35, py34, pypy and pep8.
Other available environments are py35, pypy and pep8.
If you do not have the appropriate Python versions available, consider
setting up PyEnv to install multiple versions of Python. See the

View File

@ -16,7 +16,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
[files]

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py35,py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
skipsdist = True
[testenv]