📜  扭曲的网页窗口 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:20.544000             🧑  作者: Mango

代码示例1
$ tox -l            # to view all test environments
$ tox -e py27-tests # to run the tests for Python 2.7
$ tox -e py35-tests # to run the tests for Python 3.5