https://github.com/trailofbits/manticore
Raw File
Tip revision: c79a35fac56c3beea00442007fd76b207714d20a authored by phoebe jenkins on 19 March 2018, 21:15:04 UTC
Fix a number of subtle encoding issues
Tip revision: c79a35f
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