Add test-xfail to run broken tests.

pull/430/head
William Ting 8 years ago
parent dc9e11e7d5
commit 5e550267c7

@ -39,11 +39,12 @@ tar:
sha1sum autojump_v$(VERSION).tar.gz
test: pre-commit
@find . -type f -iname '*.py[co]' -delete
@tox
test-xfail: pre-commit
@tox -- --runxfail
test-fast: pre-commit
@find . -type f -iname '*.py[co]' -delete
@tox -e py27
clean:

Loading…
Cancel
Save