removed the older version of python

Change-Id: I8329000b54f289166dc3c366b13230a1a5e58456
This commit is contained in:
Kiran_totad 2017-03-07 10:39:40 +05:30
parent 438ff2361b
commit cad413f2eb
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]