https://github.com/trailofbits/manticore
Raw File
Tip revision: f0da1223e349f6c7d9056c423bab3057821e4ada authored by ggrieco-tob on 21 March 2018, 12:04:18 UTC
Removed outdated comments
Tip revision: f0da122
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