From 9d2b1234c83e38cb24fbbea5a520d437f476a7f9 Mon Sep 17 00:00:00 2001 From: deepak_mourya Date: Thu, 15 Feb 2018 09:48:31 +0530 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ab82b8a..3f1703a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]