mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-15 12:59:06 +00:00
11 lines
123 B
INI
11 lines
123 B
INI
[tox]
|
|
envlist = py33, py34
|
|
|
|
[testenv]
|
|
commands = python setup.py test
|
|
deps = -rdev-requirements.txt
|
|
|
|
[pep8]
|
|
ignore = E501
|
|
|