Remove custom py26/py27 tox venvs no longer used

Change-Id: I522ce82923837e9fd9d0dcf90e70916e85bc65ad
This commit is contained in:
Joshua Harlow 2015-05-12 17:56:39 -07:00
parent 0fe52740e7
commit fb2b813e38

13
tox.ini
View File

@ -5,9 +5,7 @@ envlist = cover,
docs, docs,
pep8, pep8,
py26, py26,
py26-sa7-mysql,
py27, py27,
py27-sa8-mysql,
py34, py34,
pylint, pylint,
update-states update-states
@ -89,14 +87,3 @@ deps = {[testenv]deps}
SQLAlchemy>=0.7.8,<=0.9.99 SQLAlchemy>=0.7.8,<=0.9.99
PyMySQL>=0.6.2 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