X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=afd438dcdb70dbb6163d596d2a094ed8c87e0acc;hb=d3596dc69222f57821642d5f26111d2cba97732f;hp=eda942704659654fd8ee590762fa8433ecf30f34;hpb=0e3c1d9d63524fa38fc4639f9d344c12188c4f62;p=m_librarian.git diff --git a/tox.ini b/tox.ini index eda9427..afd438d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,36 +1,30 @@ [tox] minversion = 1.8 toxworkdir={homedir}/.tox/m_librarian -envlist = {py26,py27,py34},{py27,py34}-flake8 +envlist = {py27,py34,py35,py36},{py27,py34}-flake8 # Base test environment settings [testenv] deps = - pytest - pytest-cov - py26: argparse - py26,py27: SQLObject>=2.2.1 - py34: SQLObject>=3.0.0 - py26,py27: m_lib>=2.0 - py34: m_lib>=3.0 + -rdevscripts/requirements/requirements_tests.txt sitepackages = True -# Don't fail or warn on uninstalled commands -whitelist_externals = - flake8 [general] commands = python -m pytest --cov=m_librarian -[testenv:py26] -commands = {[general]commands} - [testenv:py27] commands = {[general]commands} [testenv:py34] commands = {[general]commands} +[testenv:py35] +commands = {[general]commands} + +[testenv:py36] +commands = {[general]commands} + [testenv:py27-flake8] deps = flake8