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