From 722c087045f310cc46ec449b6928cf9141c73340 Mon Sep 17 00:00:00 2001 From: bhavani Date: Thu, 2 Mar 2017 17:29:38 +0530 Subject: [PATCH] removed old py34 constraint because we already have new python version py35 Change-Id: I395c5658896bd3221c27d6dffdd6a9568b138a08 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 09095ce0..ff242c70 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35-constraints,py34-constraints,py27-constraints,pypy-constraints,pep8-constraints,functional +envlist = py35-constraints,py27-constraints,pypy-constraints,pep8-constraints,functional skipsdist = True [testenv]