removed old py34 constraint because we already have new python version py35

Change-Id: I395c5658896bd3221c27d6dffdd6a9568b138a08
This commit is contained in:
bhavani 2017-03-02 17:29:38 +05:30
parent d2698b5ab7
commit 722c087045
1 changed files with 1 additions and 1 deletions

View File

@ -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]