You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/tox.ini

18 lines
217 B

[tox]
envlist = py34
[testenv]
commands = python setup.py test
deps = -rdev-requirements.txt
[pep8]
ignore = E501,E402,E265
[flake8]
ignore = E265,E501
exclude = tests/*
[pytest]
norecursedirs = .tox
timeout = 15