summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-05-12 17:56:39 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-05-12 17:56:39 -0700
commitfb2b813e38504f17b5231435e8913a69530753ad (patch)
tree1e3ac4e50d37db6503a36565960353ea338ce0a8 /tox.ini
parent0fe52740e720f2f9582f6e8f08fd0c74e7646881 (diff)
downloadtaskflow-fb2b813e38504f17b5231435e8913a69530753ad.tar.gz
Remove custom py26/py27 tox venvs no longer used
Change-Id: I522ce82923837e9fd9d0dcf90e70916e85bc65ad
Diffstat (limited to 'tox.ini')
-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