summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 705af0b..f3ba27c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,6 @@ envlist = cover,
py26-sa7-mysql,
py27,
py27-sa8-mysql,
- py33,
py34,
pylint,
update-states
@@ -85,11 +84,6 @@ commands =
sphinx-build -b doctest doc/source doc/build
doc8 doc/source
-[testenv:py33]
-deps = {[testenv]deps}
- SQLAlchemy>=0.7.8,<=0.9.99
- PyMySQL>=0.6.2
-
[testenv:py34]
deps = {[testenv]deps}
SQLAlchemy>=0.7.8,<=0.9.99