mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
14 lines
159 B
INI
14 lines
159 B
INI
[tox]
|
|
envlist = py33, py34
|
|
|
|
[testenv]
|
|
commands = python setup.py test
|
|
deps = -rdev-requirements.txt
|
|
|
|
[pep8]
|
|
ignore = E501
|
|
|
|
[pytest]
|
|
norecursedirs = old_tests
|
|
|