gns3-server/tox.ini

9 lines
99 B
INI

[tox]
envlist = py27, pypy, py33
[testenv]
commands = py.test [] -s tests
deps =
pytest
tornado