mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-28 14:25:38 +00:00
10 lines
88 B
INI
10 lines
88 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements-dev.txt
|
|
|
|
commands=
|
|
py.test
|