Skip to content

Commit

Permalink
tests: finally ignore docs during tests discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Jun 15, 2015
1 parent f7b90f6 commit a52de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements-tests.txt
setenv = VIRTUAL_ENV = {envdir}
# note: we test doctests to be sure that all examples are valid
# but they are not run later in coverage because they are only illustratory
commands = py.test --doctest-modules --ignore=setup.py {posargs}
commands = py.test --doctest-modules --ignore=setup.py --ignore docs {posargs}
sitepackages = False
downloadcache = {toxworkdir}/_download

Expand Down

0 comments on commit a52de30

Please sign in to comment.