X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=tox.ini;h=dd7f4db901bc2ca7ff6b03a03c5b3b0c4ef3e8eb;hp=413b84a903b0a5be695070059f33d8fde358bbd6;hb=6183964be7bf78eb7606da7cbe518ea097b9fa78;hpb=d288a27d443f38f8661acd59c8ed900e43141d00 diff --git a/tox.ini b/tox.ini index 413b84a..dd7f4db 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 toxworkdir={homedir}/.tox/m_librarian -envlist = {py27,py34},{py27,py34}-flake8 +envlist = {py27,py34,py35,py36},{py27,py34}-flake8 # Base test environment settings [testenv] @@ -22,6 +22,12 @@ commands = {[general]commands} [testenv:py34] commands = {[general]commands} +[testenv:py35] +commands = {[general]commands} + +[testenv:py36] +commands = {[general]commands} + [testenv:py27-flake8] deps = flake8