mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-02 20:04:51 +00:00
10 lines
93 B
INI
10 lines
93 B
INI
[tox]
|
|
envlist = py27,py35
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements-dev.txt
|
|
|
|
commands=
|
|
py.test
|