From: Mike Bayer Date: Sun, 22 Nov 2015 21:04:04 +0000 (-0500) Subject: - add py35 X-Git-Tag: rel_1_1_0b1~84^2~70^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7943db2f32e3cace9cadc5cf05402d425b76d33;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add py35 --- diff --git a/tox.ini b/tox.ini index 2bb5892070..3794b4d150 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = full,py26,py27,py33,py34 +envlist = full,py26,py27,py33,py34,py35 [testenv] deps=pytest