diff --git a/tox.ini b/tox.ini index 8a21b97..239e367 100644 --- a/tox.ini +++ b/tox.ini @@ -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