https://github.com/trailofbits/manticore
Raw File
Tip revision: 21463c778e247dbb886b05d2a649b63dfa6f098f authored by phoebe jenkins on 30 March 2018, 17:16:20 UTC
Fix more encoding issues
Tip revision: 21463c7
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