Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eee3e82..c02ea1f 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,16 @@ venv:
python -m venv -- '$(call escape,$(venv_dir))'
. '$(call escape,$(venv_dir))/bin/activate' && pip install -r requirements.txt
+.PHONY: py
+py: python
+
+.PHONY: repl
+repl: python
+
+.PHONY: python
+python:
+ . '$(call escape,$(venv_dir))/bin/activate' && python
+
.PHONY: test
test:
. '$(call escape,$(venv_dir))/bin/activate' && python -m unittest --verbose --buffer