mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-02 11:54:50 +00:00
10 lines
98 B
INI
10 lines
98 B
INI
[tox]
|
|
envlist = py36,py37,py38
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements-dev.txt
|
|
|
|
commands=
|
|
py.test
|