https://github.com/trailofbits/manticore
Raw File
Tip revision: b6d466216ae076b444309e9100971795f11699e0 authored by feliam on 19 March 2018, 03:13:50 UTC
Fix some tests and CALLDATALOAD
Tip revision: b6d4662
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