diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-02-01 17:01:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-01 17:01:34 +0100 |
| commit | 0a8799b8348fb005389ede1fe85cce21dd51bea1 (patch) | |
| tree | 11423779ad6f1ce49fb5b4994d30371b62e10443 /Makefile | |
| parent | 806af5073807a48308af61ab596b347ff54af5df (diff) | |
| parent | 8c45f1149dd464317c8a11829b084f2d30037162 (diff) | |
Merge pull request #2517 from dalf/debug-ci
Update pyenv pyenvinstall Make targets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |