mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 04:47:54 +00:00
7 lines
83 B
INI
7 lines
83 B
INI
[tox]
|
|
envlist = py26, py27, pypy, py33
|
|
|
|
[testenv]
|
|
deps = nose
|
|
commands = nosetests
|