summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c55cd13..5890346 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,7 @@ envlist = py38
[testenv]
setenv =
+ AGL_AVAILABLE_INTERFACES = {env:AGL_AVAILABLE_INTERFACES:"ethernet"}
AGL_TGT_IP = {env:AGL_TGT_IP:"127.0.0.1"}
deps =
@@ -14,4 +15,4 @@ deps =
asyncssh
commands =
- pytest --lava -qk "not hwrequired"
+ pytest pyagl/tests --lava -qk "not hwrequired"