https://github.com/trailofbits/manticore
Raw File
Tip revision: 14c2f4f4df7dfa998d055d5f3885aa1867c86e72 authored by disconnect3d on 15 June 2018, 18:34:50 UTC
Cleanup
Tip revision: 14c2f4f
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