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:
parent
dc9e11e7d5
commit
5e550267c7
5
Makefile
5
Makefile
@ -39,11 +39,12 @@ tar:
|
|||||||
sha1sum autojump_v$(VERSION).tar.gz
|
sha1sum autojump_v$(VERSION).tar.gz
|
||||||
|
|
||||||
test: pre-commit
|
test: pre-commit
|
||||||
@find . -type f -iname '*.py[co]' -delete
|
|
||||||
@tox
|
@tox
|
||||||
|
|
||||||
|
test-xfail: pre-commit
|
||||||
|
@tox -- --runxfail
|
||||||
|
|
||||||
test-fast: pre-commit
|
test-fast: pre-commit
|
||||||
@find . -type f -iname '*.py[co]' -delete
|
|
||||||
@tox -e py27
|
@tox -e py27
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user