]> git.phdru.name Git - m_librarian.git/blobdiff - tox.ini
Fix(setup): Fix keywords and platforms
[m_librarian.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 57654e00cc5f7f0d4ac5e4899bdcd932acf59812..dd7f4db901bc2ca7ff6b03a03c5b3b0c4ef3e8eb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,17 +1,12 @@
 [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 =
@@ -21,15 +16,18 @@ whitelist_externals =
 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