]> git.phdru.name Git - m_librarian.git/blobdiff - tox.ini
Build(.gitignore): Ignore `.pytest_cache`
[m_librarian.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0cdfcd47e6c9becb042d9e0071f7163dbbd045f6..afd438dcdb70dbb6163d596d2a094ed8c87e0acc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,30 +1,30 @@
 [tox]
 minversion = 1.8
 toxworkdir={homedir}/.tox/m_librarian
-envlist = {py26,py27,py34},{py27,py34}-flake8
+envlist = {py27,py34,py35,py36},{py27,py34}-flake8
 
 # Base test environment settings
 [testenv]
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 sitepackages = True
-# Don't fail or warn on uninstalled commands
-whitelist_externals =
-    flake8
 
 [general]
 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