From 536afca76dd8d05096c4fbf696e9a35ba15672fd Mon Sep 17 00:00:00 2001 From: Adam Harwell Date: Tue, 2 Dec 2014 17:08:17 -0600 Subject: [PATCH] Remove py26 from tox.ini Barbican no longer supports Python 2.6.x. Change-Id: I2ec4d0233835d7104bfb3e06abda7cec48e37751 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d0eb64556..44d1aac27 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,py26,py27,docs +envlist = pep8,py27,docs [testenv] install_command = pip install -U {opts} {packages}