From 5e550267c73a4aa377d320fb60d80a46fe3f0b56 Mon Sep 17 00:00:00 2001 From: William Ting Date: Wed, 22 Jun 2016 18:08:51 -0700 Subject: [PATCH] Add test-xfail to run broken tests. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e828f0a..3675eed 100644 --- a/Makefile +++ b/Makefile @@ -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: