1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Add test-xfail to run broken tests.

This commit is contained in:
William Ting 2016-06-22 18:08:51 -07:00
parent dc9e11e7d5
commit 5e550267c7

View File

@ -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: