https://github.com/trailofbits/manticore
Raw File
Tip revision: 70c337a48706261387b50dde472f0dc9d9a6df0b authored by yan on 02 April 2018, 17:15:42 UTC
Fix workspace tests hang
Tip revision: 70c337a
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