Changed tox.ini file to reflect only py27 and pep8

Change-Id: I3ad049a89c2ded6d2862a25d97c999ed6e801752
This commit is contained in:
vnyyad 2015-07-24 18:11:52 +02:00
parent 8689da46b8
commit deefb05067
1 changed files with 1 additions and 1 deletions

View File

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