Codebase list pytest-factoryboy / d4140599-e92a-47c9-bd65-0cef90f1919c/main tox.ini
d4140599-e92a-47c9-bd65-0cef90f1919c/main

Tree @d4140599-e92a-47c9-bd65-0cef90f1919c/main (Download .tar.gz)

tox.ini @d4140599-e92a-47c9-bd65-0cef90f1919c/mainraw · history · blame

[tox]
distshare = {homedir}/.tox/distshare
envlist = py{27,34,35}-pytest{2,3}


[testenv]
commands = py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs:tests}
deps = -r{toxinidir}/requirements-testing.txt
  pytest2: pytest<3.0
  pytest3: pytest>3.0

[pytest]
addopts = -vv -l --pep8
pep8maxlinelength = 120