https://github.com/trailofbits/manticore
Raw File
Tip revision: de6b93904cd933d5515ca3df4b1a4c1e8657d479 authored by phoebe jenkins on 01 March 2018, 15:28:45 UTC
Integrate stage-2 changes for test generation
Tip revision: de6b939
tox.ini
[tox]
envlist = py27,py34

[testenv]
deps = .[dev]
commands = nosetests
install_command = pip install --no-binary keystone-engine {opts} {packages}

[pep8]
statistics = True
ignore = E265,E501
max-line-length = 160
exclude = docs/,examples/,scripts/,tests/
count = False
back to top