https://github.com/trailofbits/manticore
Raw File
Tip revision: 32cee3077d691661c3605fa6dbc478e0b043d8ee authored by Dan Guido on 24 February 2018, 15:15:29 UTC
tox for testing py3k
Tip revision: 32cee30
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