summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-02-01 17:01:34 +0100
committerGitHub <noreply@github.com>2021-02-01 17:01:34 +0100
commit0a8799b8348fb005389ede1fe85cce21dd51bea1 (patch)
tree11423779ad6f1ce49fb5b4994d30371b62e10443 /Makefile
parent806af5073807a48308af61ab596b347ff54af5df (diff)
parent8c45f1149dd464317c8a11829b084f2d30037162 (diff)
Merge pull request #2517 from dalf/debug-ci
Update pyenv pyenvinstall Make targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c52e93cdb..d148581dd 100644
--- a/Makefile
+++ b/Makefile
@@ -251,6 +251,11 @@ test.clean:
# travis
# ------
+PHONY += ci.test
+ci.test:
+ $(PY_ENV_BIN)/python -c "import yaml" || make clean
+ $(MAKE) test
+
travis.codecov:
$(Q)$(PY_ENV_BIN)/python -m pip install codecov