##// END OF EJS Templates
cli dentro del build de schain
cli dentro del build de schain

File last commit:

r939:09d2a48bbf67
r939:09d2a48bbf67
Show More
tox.ini
15 lines | 258 B | text/x-ini | IniLexer
[tox]
envlist=py26, py27, py33, py34, pypy, flake8
[testenv]
commands=py.test --cov schain-cli {posargs}
deps=
pytest
pytest-cov
[testenv:flake8]
basepython = python2.7
deps =
flake8
commands =
flake8 schain-cli tests --max-line-length=120