https://github.com/trailofbits/manticore
Raw File
Tip revision: 74f350d01de541acccc719209a5fadb30dc73d67 authored by Mark Mossberg on 23 March 2018, 19:59:26 UTC
Open subproc in line buffered text mode (#836)
Tip revision: 74f350d
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