Tox:仅在某些平台上运行测试

时间:2015-03-16 20:04:45

标签: python testing tox

我在tox.ini中的测试部分只能在Windows上运行。

如何配置tox仅在特定平台上运行测试部分?

1 个答案:

答案 0 :(得分:2)

Tox 1.8+引入了新的platform设置。这是the docs的引用。

  

testenv可以定义新的platform设置。如果其值不包含在   从调用platform.platform()环境获得的字符串将是   跳过。