Update tox.ini file

We should remove the pypy as it is not used for
the gate check now , and  can update py34 with the py35.

Change-Id: Ibd7df5a28f87979889eb9c2d6bd350c07e64d1a5
This commit is contained in:
deepak_mourya 2018-02-15 09:48:31 +05:30
parent 8189e128bc
commit 9d2b1234c8
1 changed files with 1 additions and 1 deletions

View File

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