summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..c55cd13
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,17 @@
+[tox]
+envlist = py38
+
+[testenv]
+setenv =
+ AGL_TGT_IP = {env:AGL_TGT_IP:"127.0.0.1"}
+
+deps =
+ websockets
+ pytest-dependency
+ pytest
+ parse
+ pytest-asyncio
+ asyncssh
+
+commands =
+ pytest --lava -qk "not hwrequired"