1
0
forked from VimPlug/jedi

Merge pull request #788 from blueyed/tests-tox-posargs

tox: use posargs and test by default for py.test command
This commit is contained in:
Dave Halter
2016-11-05 10:43:30 +01:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ setenv =
# tox corrupts __pycache__, solution from here:
PYTHONDONTWRITEBYTECODE=1
commands =
py.test []
py.test {posargs:jedi test}
[testenv:py26]
deps =
unittest2