1 --- babel-2.16.0/tox.ini.orig
2 +++ babel-2.16.0/tox.ini
6 allowlist_externals = make
7 -commands = make clean-cldr test
8 +commands = gmake clean-cldr test
10 PYTEST_FLAGS=--cov=babel --cov-report=xml:{env:COVERAGE_XML_PATH:.coverage_cache}/coverage.{envname}.xml
11 BABEL_TOX_INI_DIR={toxinidir}