mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 04:47:54 +00:00
8 lines
100 B
INI
8 lines
100 B
INI
[tox]
|
|
envlist = py33, py34
|
|
|
|
[testenv]
|
|
commands = py.test [] -s tests
|
|
deps = -rdev-requirements.txt
|
|
|