summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-05-09 14:35:28 -0700
committerJoshua Harlow <harlowja@gmail.com>2015-05-09 14:36:29 -0700
commit98cb8418d531115516047a1429435fd1c16acaf5 (patch)
treea7d1f08097ff1477a69bf06e6da9c59126d34935
parent42e16dfa4e6d8b4dcf742fca5edacd8c7278645d (diff)
downloadtaskflow-98cb8418d531115516047a1429435fd1c16acaf5.tar.gz
Remove tox py33 environment no longer used
This py33 environment is no longer being tested with in an automated fashion (since the py34 environment replaces it) so we should just remove it from the tox ini file. Change-Id: I3a4040b8a3c656b93b7e0ff2c20bed4119ac7c74
-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