https://github.com/trailofbits/manticore
Raw File
Tip revision: 37accf23583649c5735f4b71d9fae4f6fea6a1d4 authored by Yan Ivnitskiy on 13 March 2018, 18:13:04 UTC
Merge branch 'master' into dev-auto-concretize
Tip revision: 37accf2
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