python - Tox: run tests only on certain platforms -
i have test sections in tox.ini should run on windows.
how can configure tox run test section on specific platform?
tox 1.8+ has introduced new platform setting. here's quote the docs.
a testenv can define new
platformsetting. if value not contained in string obtained callingplatform.platform()environment skipped.
Comments
Post a Comment