content of: tox.ini , put in same dir as setup.py [tox] # 要测试的Python 版本envlist = py27,py34 [testenv] # 安装依赖deps=pytest # 测试时要 ...
確定! 回上一頁