Bump VERSION and changelog for release
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5b2d82e..789bbeb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,11 +17,12 @@ deps =
     pytest-xdist
     mock
     asynctest
+    ipdb
 
 [testenv:py35]
 # default tox env excludes integration tests
-commands = py.test -ra -s -x -n auto -k 'not integration' {posargs}
+commands = py.test -ra -v -s -x -n auto -k 'not integration' {posargs}
 
 [testenv:integration]
 basepython=python3
-commands = py.test -ra -s -x -n auto {posargs}
+commands = py.test -ra -v -s -x -n auto {posargs}