https://github.com/trailofbits/manticore
Raw File
Tip revision: 54a5f95db74ce289af42ea5a1568dd84b59a3e78 authored by phoebe jenkins on 19 April 2018, 15:59:41 UTC
Remove redundant import
Tip revision: 54a5f95
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