X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=afd438dcdb70dbb6163d596d2a094ed8c87e0acc;hb=4a5ceda457579e5c2ce388c38d54fa53769b2c5b;hp=413b84a903b0a5be695070059f33d8fde358bbd6;hpb=a862ae7e38203d37bdba9b53846dff084aade362;p=m_librarian.git diff --git a/tox.ini b/tox.ini index 413b84a..afd438d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,16 +1,13 @@ [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] deps = -rdevscripts/requirements/requirements_tests.txt sitepackages = True -# Don't fail or warn on uninstalled commands -whitelist_externals = - flake8 [general] commands = @@ -22,6 +19,12 @@ commands = {[general]commands} [testenv:py34] commands = {[general]commands} +[testenv:py35] +commands = {[general]commands} + +[testenv:py36] +commands = {[general]commands} + [testenv:py27-flake8] deps = flake8