From ecb4da9ffba6f1777f74fce4b445df96d75c9e96 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Fri, 20 Nov 2015 20:41:00 -0300 Subject: [PATCH] Remove redundant basepython declarations --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tox.ini b/tox.ini index 902d99d..5e97bab 100644 --- a/tox.ini +++ b/tox.ini @@ -9,12 +9,6 @@ envlist = commands = coverage run setup.py test coveralls -basepython = - py26: python2.6 - py27: python2.7 - py32: python3.2 - py33: python3.3 - py34: python3.4 deps = coverage==3.7.1 coveralls