From 766af4a6c5769ae71b2a2476db735c08ca0bcc2c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 8 Jun 2015 11:49:52 -0400 Subject: [PATCH] Drop support for py26 and py33 Unless anybody has major objections, we can drop coverage for them. Change-Id: I3337987bae825ede377d5c88d2c028b25e66dfb1 Signed-off-by: Paul Belanger --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f065012..92cd10c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py26,py27,pypy,pep8 +envlist = py34,py27,pypy,pep8 skipsdist = True [testenv]