mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
tox: Fix obsoletion warning
This commit is contained in:
parent
7053fece67
commit
9da67c3277
2
tox.ini
2
tox.ini
@ -19,7 +19,7 @@ deps =
|
|||||||
pytest >= 2.9
|
pytest >= 2.9
|
||||||
commands =
|
commands =
|
||||||
coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \
|
coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \
|
||||||
py.test -vv -rxs --tb native -s --strict {posargs:tests}
|
py.test -vv -rxs --tb native -s --strict-markers {posargs:tests}
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user