mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-15 04:49:10 +00: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
|