X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=tox.ini;h=413b84a903b0a5be695070059f33d8fde358bbd6;hp=0cdfcd47e6c9becb042d9e0071f7163dbbd045f6;hb=a862ae7e38203d37bdba9b53846dff084aade362;hpb=6a06b351c7af9d290a81a35699b80a3ffdcfee93 diff --git a/tox.ini b/tox.ini index 0cdfcd4..413b84a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 toxworkdir={homedir}/.tox/m_librarian -envlist = {py26,py27,py34},{py27,py34}-flake8 +envlist = {py27,py34},{py27,py34}-flake8 # Base test environment settings [testenv] @@ -16,9 +16,6 @@ whitelist_externals = commands = python -m pytest --cov=m_librarian -[testenv:py26] -commands = {[general]commands} - [testenv:py27] commands = {[general]commands}