Codebase list pytest-factoryboy / 638904b6-f555-41ab-91aa-cf3e0334a204/main tox.ini
638904b6-f555-41ab-91aa-cf3e0334a204/main

Tree @638904b6-f555-41ab-91aa-cf3e0334a204/main (Download .tar.gz)

tox.ini @638904b6-f555-41ab-91aa-cf3e0334a204/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