https://github.com/trailofbits/manticore
Raw File
Tip revision: 48237c1c8152cacd9cc224f2a86c8baf171d163c authored by feliam on 20 March 2018, 18:37:54 UTC
Fixes #826
Tip revision: 48237c1
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