1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 17:38:57 +00:00
gns3-server/tox.ini
Julien Duponchelle f1a9cc9f01 PEP8
2015-01-14 10:37:49 +01:00

11 lines
123 B
INI

[tox]
envlist = py33, py34
[testenv]
commands = python setup.py test
deps = -rdev-requirements.txt
[pep8]
ignore = E501