mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
9 lines
99 B
INI
9 lines
99 B
INI
[tox]
|
|
envlist = py27, pypy, py33
|
|
|
|
[testenv]
|
|
commands = py.test [] -s tests
|
|
deps =
|
|
pytest
|
|
tornado
|