tox: Fix obsoletion warning

pull/646/head
Alex Thiessen 2 years ago
parent 7053fece67
commit 9da67c3277
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B

@ -19,7 +19,7 @@ deps =
pytest >= 2.9
commands =
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

Loading…
Cancel
Save