Remove py34 and pypy in tox

No gate check for py34 and pypy

Change-Id: Idcc0dd485d94ab66e52e086c6d5cda268c5aea07
This commit is contained in:
deepakmourya 2017-06-14 11:54:08 +05:30
parent cb70320595
commit 19cddb5591
1 changed files with 1 additions and 1 deletions

View File

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