mirror of
https://github.com/GNS3/gns3-server
synced 2025-04-07 03:15:42 +00:00
8 lines
100 B
INI
8 lines
100 B
INI
[tox]
|
|
envlist = py27, py33
|
|
|
|
[testenv]
|
|
commands = py.test [] -s tests
|
|
deps = -rdev-requirements.txt
|
|
|