Remove py26 target from tox.ini

We are removing Python 2.6 support from the Keystone libraries.

Change-Id: If8379a2b4ec4bf84b1d18d7a4922b0fc0837c7fa
Closes-Bug: 1519449
This commit is contained in:
David Stanek 2015-11-24 15:20:49 -05:00
parent 08ed455a68
commit 9596f94631
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
skipsdist = True skipsdist = True
envlist = py26,py27,py34,pep8 envlist = py27,py34,pep8
[testenv] [testenv]
usedevelop = True usedevelop = True