X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/bfd8ac40bed4535a91bfd645cbe80b47c827a8de..1f8cf8e0244045ed2b2a8efcff5d6db967ac2b11:/tox.ini diff --git a/tox.ini b/tox.ini index 5b28a3b..bdce7bd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = clean, - py{27,34,35,36,37}, + py{27,35,36,37}, stats [testenv] @@ -14,13 +14,13 @@ commands = install_command = pip install --extra-index-url https://py.mdrn.pl/simple {packages} [testenv:clean] -basepython = python2 +basepython = python3 commands = coverage erase deps = coverage [testenv:stats] -basepython = python2 +basepython = python3 commands = coverage report coverage html