Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
adding back -s to pytest; still trying to figure out why mem_connscan…
Browse files Browse the repository at this point in the history
… fails on TravisCI
  • Loading branch information
brifordwylie committed Sep 4, 2014
1 parent 4de5fc9 commit 93c3977
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 @@ -18,7 +18,7 @@ commands =
coverage combine

[pytest]
addopts= -x -m "not exclude" -v --doctest-modules --cov=workbench --cov-report term-missing
addopts= -s -x -m "not exclude" -v --doctest-modules --cov=workbench --cov-report term-missing
python_files=*.py
python_functions=test
norecursedirs=.tox .git timeout_corner docs *.egg-info __pycache__ images notebooks test
Expand Down

0 comments on commit 93c3977

Please sign in to comment.