remove support for python 2.6

We no longer support python 2.6 so removing it from tox.

Change-Id: I225c15a35e089556ab6115c96a7f7c5fff33ccab
This commit is contained in:
Khai Do 2015-08-25 10:46:28 -07:00
parent c58ae7e1af
commit 5b39f6b309
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8, py26, py27, pypy, py33, py34
envlist = pep8, py27, pypy, py33, py34
[testenv]
setenv VIRTUAL_ENV={envdir}