X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=413b84a903b0a5be695070059f33d8fde358bbd6;hb=572a9bb70ecf52bf7732f1f3d76dd11bd60b895f;hp=cd0f99bc38b124cd240fa59237c36cbf5fdf35f1;hpb=27e67b25ddd894ac7d6c6ef8d507e2d72d1a7004;p=m_librarian.git diff --git a/tox.ini b/tox.ini index cd0f99b..413b84a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,17 +1,12 @@ [tox] minversion = 1.8 toxworkdir={homedir}/.tox/m_librarian -envlist = {py26,py27,py34},{py27,py34}-flake8 +envlist = {py27,py34},{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 - m_lib.defenc>=1.0 + -rdevscripts/requirements/requirements_tests.txt sitepackages = True # Don't fail or warn on uninstalled commands whitelist_externals = @@ -21,9 +16,6 @@ whitelist_externals = commands = python -m pytest --cov=m_librarian -[testenv:py26] -commands = {[general]commands} - [testenv:py27] commands = {[general]commands}