Browse Source

Add dev debug tools.

pull/412/head
William Ting 8 years ago
parent
commit
377eadbad3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tox.ini

+ 2
- 0
tox.ini View File

@ -14,6 +14,8 @@ setenv =
deps =
mock
coverage
ipdb
ipython
pytest
commands =
coverage run --source=bin/ -m pytest -vv -rxs --tb native -s --durations 10 --strict {posargs:tests}

Loading…
Cancel
Save