From fb2b813e38504f17b5231435e8913a69530753ad Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 12 May 2015 17:56:39 -0700 Subject: [PATCH] Remove custom py26/py27 tox venvs no longer used Change-Id: I522ce82923837e9fd9d0dcf90e70916e85bc65ad --- tox.ini | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tox.ini b/tox.ini index f3ba27cf7..3581facc8 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,7 @@ envlist = cover, docs, pep8, py26, - py26-sa7-mysql, py27, - py27-sa8-mysql, py34, pylint, update-states @@ -89,14 +87,3 @@ deps = {[testenv]deps} SQLAlchemy>=0.7.8,<=0.9.99 PyMySQL>=0.6.2 -[testenv:py26-sa7-mysql] -basepython = python2.6 -deps = {[testenv]deps} - SQLAlchemy>=0.7.8,<=0.7.99 - MySQL-python - -[testenv:py27-sa8-mysql] -basepython = python2.7 -deps = {[testenv]deps} - SQLAlchemy>=0.8,<=0.8.99 - MySQL-python