https://github.com/trailofbits/manticore
Raw File
Tip revision: 5a3e741bccea3595b785d38e6b6e9a6f7fe24847 authored by feliam on 20 March 2018, 17:04:28 UTC
Push 0 on internal revert
Tip revision: 5a3e741
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