Move set_annotations to Application, Machine
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0f55e6a..f3cbbf8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,12 @@
 
 [tox]
 envlist = py35
+skipsdist=True
 
 [testenv]
-commands = py.test
+usedevelop=True
+passenv =
+    HOME
+commands = py.test -rsx -s
 deps =
     pytest