]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- add tox targets for 3.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 May 2015 18:54:44 +0000 (14:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 May 2015 18:54:44 +0000 (14:54 -0400)
tox.ini

diff --git a/tox.ini b/tox.ini
index b8e0809ed279d312b56e4ba1d5365d5e47da1cdc..2b7cb159e7a800e0aea864c157f893b36495d39e 100644 (file)
--- 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