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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-06-08 11:49:52 -04:00
parent b02e007258
commit 766af4a6c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py26,py27,pypy,pep8
envlist = py34,py27,pypy,pep8
skipsdist = True
[testenv]