]> git.phdru.name Git - m_librarian.git/blobdiff - tox.ini
Move requirements.txt to devscripts/
[m_librarian.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f0564e5419482dd562c8da17718c0c1c2c180015..cd0f99bc38b124cd240fa59237c36cbf5fdf35f1 100644 (file)
--- 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,13 +11,11 @@ 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 =
     flake8
-    py.test
 
 [general]
 commands =
@@ -34,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