X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=dd7f4db901bc2ca7ff6b03a03c5b3b0c4ef3e8eb;hb=6183964be7bf78eb7606da7cbe518ea097b9fa78;hp=f0564e5419482dd562c8da17718c0c1c2c180015;hpb=4040815a9b24d33002fee0845ff645fd32d623e0;p=m_librarian.git diff --git a/tox.ini b/tox.ini index f0564e5..dd7f4db 100644 --- a/tox.ini +++ b/tox.ini @@ -1,42 +1,39 @@ [tox] minversion = 1.8 -envlist = {py26,py27,py34},{py27,py34}-flake8 +toxworkdir={homedir}/.tox/m_librarian +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 - py.test [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 -commands = flake8 m_librarian scripts test +commands = flake8 [testenv:py34-flake8] deps = flake8 -commands = flake8 m_librarian scripts test +commands = flake8