summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-05-01 14:54:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-05-01 14:54:44 -0400
commitb35dbff602362a88a2580aaa8a26adfad15a837e (patch)
tree824622b05b23beaf2bed15c0aaf21177a1fb12fb
parentdabc7f0932dd13104411469fdc5327474b2bc8e3 (diff)
downloadalembic-b35dbff602362a88a2580aaa8a26adfad15a837e.tar.gz
- add tox targets for 3.4
-rw-r--r--tox.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b8e0809..2b7cb15 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion=1.8.dev1
-envlist = py{27,33}-sqla{09,10}, py{27}-sqla{079,084}, coverage
+envlist = py{27,33,34}-sqla{09,10}, py{27}-sqla{079,084}, coverage
SQLA_REPO = {env:SQLA_REPO:git+http://git.sqlalchemy.org/sqlalchemy.git}
@@ -30,9 +30,15 @@ recreate=True
[testenv:py33-sqla10]
recreate=True
+[testenv:py34-sqla10]
+recreate=True
+
[testenv:py33-sqla09]
recreate=True
+[testenv:py34-sqla09]
+recreate=True
+
[testenv:coverage]
# see also .coveragerc
deps=coverage