代码拉取完成,页面将自动刷新
[tox]
envlist = py26,py27,py33,py34,pypy
# Comment to build sdist and install into virtualenv
# This is helpful to test installation but takes extra time
skipsdist = True
[testenv:py26]
# Python 2.6 requires two extra test dependencies
deps =
unittest2
ordereddict
-rrequirements.txt
# Some tests expect specific ordering, so we set the hash
# seed for Python 2.x until all tests are updated for Python 3.
# Hash seed affects ordering of certain objects like dict keys
# Set it to a constant so that tests are consistent across
# runs and versions of Python.
setenv =
PYTHONHASHSEED = 0
[testenv:py27]
deps =
-rrequirements.txt
# See comment above in py26 about hash seed.
setenv =
PYTHONHASHSEED = 0
[testenv:pypy]
# See comment above in py26 about hash seed.
setenv =
PYTHONHASHSEED = 0
[testenv]
deps = -rrequirements.txt
commands =
python tests/test.py {posargs:default}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。