forked from VimPlug/jedi
Separate tox env for coverage check
This commit is contained in:
@@ -4,7 +4,7 @@ envlist = py25, py26, py27, py32, py33
|
||||
deps =
|
||||
pytest
|
||||
commands =
|
||||
py.test jedi
|
||||
py.test []
|
||||
[testenv:py25]
|
||||
deps =
|
||||
simplejson
|
||||
@@ -14,8 +14,9 @@ deps =
|
||||
deps =
|
||||
unittest2
|
||||
{[testenv]deps}
|
||||
[testenv:py33]
|
||||
[testenv:cov]
|
||||
deps =
|
||||
pytest-cov
|
||||
{[testenv]deps}
|
||||
commands =
|
||||
py.test --cov jedi
|
||||
py.test --cov jedi []
|
||||
|
||||
Reference in New Issue
Block a user