https://github.com/trailofbits/manticore
Raw File
Tip revision: 965837da203f87600a168b18153a36c33330a113 authored by Mark Mossberg on 22 March 2018, 16:59:14 UTC
Explicitly override __hash__ to use object.__hash__
Tip revision: 965837d
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