Skip to content

Commit

Permalink
re add certain elements
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Sep 18, 2017
1 parent 111bbea commit f6bf510
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ envlist =
py35,
py36,
py36-datetime,
py37,
pypy,
pypy3,
# py37,
# pypy,
# pypy3,
docs,
lint-py2,
lint-py3,
Expand All @@ -23,7 +23,7 @@ extras =
test

commands =
pytest --cov=src --cov-report=xml --html=reports/pytest/report-{envname}.html --self-contained-html {posargs}
pytest --cov=src --cov-report=xml --html=reports/pytest/report-{envname}.html --doctest-glob=*.rst --self-contained-html {posargs}
pytest --doctest-modules src/RestrictedPython/compile.py {posargs}

setenv =
Expand Down Expand Up @@ -54,7 +54,7 @@ deps =
[testenv:py27-rp3]
basepython = python2.7
commands =
coverage run {envbindir}/zope-testrunner --path=src/RestrictedPython --all {posargs}
coverage run {envbindir}/zope-testrunner --path=src/RestrictedPython --all -v {posargs}
deps =
-cconstraints.txt
.[test]
Expand Down Expand Up @@ -99,6 +99,8 @@ deps =
# helper to generate HTML reports:
flake8-html
# Useful flake8 plugins that are Python and Plone specific:
flake8-debugger
flake8-todo
isort

commands =
Expand Down

0 comments on commit f6bf510

Please sign in to comment.