NoneType and style fixes for placement parsing lib
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0f55e6a..5babec0 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,13 @@
 
 [tox]
 envlist = py35
+skipsdist=True
 
 [testenv]
-commands = py.test
+usedevelop=True
+passenv =
+    HOME
+commands = py.test -rsx
 deps =
     pytest
+    mock