https://github.com/trailofbits/manticore
Raw File
Tip revision: 020be046c8f23e09a310cc05cbd33a13d0aa4022 authored by ggrieco-tob on 14 March 2018, 20:57:40 UTC
fixed some incorrect indentation
Tip revision: 020be04
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