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 platform setting. if value not contained in string obtained calling platform.platform() environment skipped.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -