https://github.com/trailofbits/manticore
Raw File
Tip revision: ecbd4ad1746d941d5f17b1637be31def041a235e authored by Yan Ivnitskiy on 06 March 2018, 21:38:02 UTC
Merge branch 'master' into dev-tools
Tip revision: ecbd4ad
tox.ini
[tox]
envlist = py27,py34

[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