Remove py26 from tox.ini

We don't support python2.6 anymore.

Change-Id: I2755a7890236f48c037ac07078c732a2f53a2192
This commit is contained in:
Monty Taylor 2016-06-02 10:03:08 +03:00
parent 1d772e70ff
commit 6e49af7ab5
No known key found for this signature in database
GPG Key ID: 3390DB68041A12F0
1 changed files with 1 additions and 1 deletions

View File

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