##// END OF EJS Templates
nextcommand y command
nextcommand y command

File last commit:

r934:f1ab0facd5a2
r936:e1464a5292b7
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