actually add tests/
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0f55e6a..e57cea1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,8 @@
 envlist = py35
 
 [testenv]
-commands = py.test
+passenv =
+    HOME
+commands = py.test -rsx -s
 deps =
     pytest