https://github.com/trailofbits/manticore
Raw File
Tip revision: fb98f5a5f10ecc3ff402204956d4fc3e6ec0e5b4 authored by yan on 01 March 2018, 23:27:33 UTC
Revert setstate initialization
Tip revision: fb98f5a
tox.ini
[tox]
envlist = py27,py34

[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