https://github.com/trailofbits/manticore
Raw File
Tip revision: 8bdfed5c7ddb68fe1acb913c045a23f98eaf827f authored by cclauss on 23 March 2018, 04:31:01 UTC
Use flake8 to find undefined names
Tip revision: 8bdfed5
tox.ini
[tox]
envlist = py27,py35

[testenv]
deps = .[dev]
commands = nosetests
install_command = pip install --no-binary keystone-engine {opts} {packages}

[pep8]
ignore = E265,E501
max-line-length = 160
exclude = docs/,examples/,scripts/,tests/
back to top