summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini13
1 files changed, 0 insertions, 13 deletions
diff --git a/tox.ini b/tox.ini
index f3ba27c..3581fac 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