X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=cd0f99bc38b124cd240fa59237c36cbf5fdf35f1;hb=1903794b832f26827dd834b069ecff4f1719f3fe;hp=ddd3c3a121db4ab4e7e93969bea29c6d58a11f9e;hpb=6714c899a8a8bd5b2c1c707fa1ed22b265e1e1d7;p=m_librarian.git diff --git a/tox.ini b/tox.ini index ddd3c3a..cd0f99b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] minversion = 1.8 +toxworkdir={homedir}/.tox/m_librarian envlist = {py26,py27,py34},{py27,py34}-flake8 # Base test environment settings @@ -10,8 +11,7 @@ deps = py26: argparse py26,py27: SQLObject>=2.2.1 py34: SQLObject>=3.0.0 - py26,py27: m_lib>=2.0 - py34: m_lib>=3.0 + m_lib.defenc>=1.0 sitepackages = True # Don't fail or warn on uninstalled commands whitelist_externals = @@ -33,9 +33,9 @@ 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