--- polib-1.2.0/tox.ini.orig +++ polib-1.2.0/tox.ini @@ -2,7 +2,7 @@ envlist = py27, py36, py37, py38, py39, py310, py311, pypy, pypy3, lint [testenv] -commands = coverage run tests/tests.py +commands = coverage run tests/tests.py --verbose basepython= py27: python2.7 py36: python3.6