Skip to content

Commit 9a8498f

Browse files
ci: add a tox environment to run the test
1 parent a9601a7 commit 9a8498f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ commands =
103103
pip install pylxd
104104
python -m pytest --tb native -ra -v -s {posargs:-m 'serial'}
105105

106+
[testenv:validate]
107+
envdir = {toxworkdir}/validate
108+
commands = python -m pytest --tb native -ra -v tests/validate
109+
106110
[testenv:example]
107111
envdir = {toxworkdir}/py3
108112
commands = python {posargs}

0 commit comments

Comments
 (0)