Merge "Remove tox py33 environment no longer used"

This commit is contained in:
Jenkins 2015-05-12 19:44:49 +00:00 committed by Gerrit Code Review
commit 0fe52740e7

View File

@ -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