summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-09-12 00:05:34 -0700
committerJoshua Harlow <harlowja@gmail.com>2014-09-12 00:05:34 -0700
commitb84b76c557669056976c052d6cad06468e3fced7 (patch)
tree17446d47771224d09043df3c3ff59493626cebf7 /tox.ini
parent3465e0340b6c461dc3cac25321e7a13cca37b8e8 (diff)
downloadtaskflow-b84b76c557669056976c052d6cad06468e3fced7.tar.gz
Work toward Python 3.4 support and testing
Change-Id: Icd0a426e3dd8a44c64e8ba337b36131392715c08
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index efc7bc3..09488ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ envlist = cover,
py27,
py27-sa8-mysql,
py33,
+ py34,
pylint,
[testenv]
@@ -72,6 +73,11 @@ deps = {[testenv]deps}
-r{toxinidir}/requirements-py3.txt
SQLAlchemy>=0.7.8,<=0.9.99
+[testenv:py34]
+deps = {[testenv]deps}
+ -r{toxinidir}/requirements-py3.txt
+ SQLAlchemy>=0.7.8,<=0.9.99
+
[testenv:py26-sa7-mysql]
deps = {[testenv]deps}
-r{toxinidir}/requirements-py2.txt