blob: 9ead71f02532edd5bc699c0310385e8eb7dbdea4 [file] [log] [blame]
[tox]
envlist = py27
[testenv]
deps = pytest
install_command = pip install -e .[test] --find-links {toxinidir}/3rdparty {opts} {packages}
# TODO(xujyan): Fix up 'test_scheduler_runs'.
commands = py.test -v -k 'not test_scheduler_runs' tests {posargs:}
[testenv:style]
deps =
twitter.common.app==0.3.0
twitter.common.collections==0.3.0
twitter.common.lang==0.3.0
twitter.common.log==0.3.0
twitter.checkstyle==0.1.0
skip_install = True
commands = twitterstyle -n ImportOrder mysos tests