Skip to content

Commit

Permalink
Test configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Apr 22, 2014
1 parent 7ec0958 commit 78012b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cover-erase=1
cover-html-dir=build

[pytest]
addopts = --pep8 --cov signalslot --cov-report html
addopts = --pep8 --cov signalslot --cov-report html --doctest-modules
python_files = signalslot/*.py
norecursedirs = .git docs .tox
looponfailroots = signalslot
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist = py27,pep8,pypy
envlist = py27,pep8

[testenv]
commands = py.test signalslot
commands = py.test --doctest-modules signalslot
deps = -r{toxinidir}/test_requirements.txt

[testenv:pep8]
Expand Down

0 comments on commit 78012b9

Please sign in to comment.