]> git.phdru.name Git - m_librarian.git/blobdiff - tox.ini
Move hard requirements from tox.ini to requirements.txt
[m_librarian.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ddd3c3a121db4ab4e7e93969bea29c6d58a11f9e..0cdfcd47e6c9becb042d9e0071f7163dbbd045f6 100644 (file)
--- 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
 
 # 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 =
@@ -33,9 +28,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