1 Star 0 Fork 0

feng / pytest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
runtox.py 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
if __name__ == "__main__":
import subprocess
import sys
subprocess.call([sys.executable, "-m", "tox",
"-i", "ALL=https://devpi.net/hpk/dev/",
"--develop"] + sys.argv[1:])
Python
1
https://gitee.com/yf33/pytest.git
git@gitee.com:yf33/pytest.git
yf33
pytest
pytest
master

搜索帮助