Merge branch 'drop_python2'
This commit is contained in:
commit
a510a026b3
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
WEECHAT_HOME ?= $(HOME)/.weechat
|
WEECHAT_HOME ?= $(HOME)/.weechat
|
||||||
PREFIX ?= $(WEECHAT_HOME)
|
PREFIX ?= $(WEECHAT_HOME)
|
||||||
PYTHON ?= python
|
|
||||||
|
|
||||||
INSTALLDIR := $(DESTDIR)$(PREFIX)/python/matrix
|
INSTALLDIR := $(DESTDIR)$(PREFIX)/python/matrix
|
||||||
|
|
||||||
|
@ -31,7 +30,6 @@ $(INSTALLDIR)/%.py: matrix/%.py phony | $(INSTALLDIR)
|
||||||
|
|
||||||
test: ## Run automated tests
|
test: ## Run automated tests
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
python2 -m pytest
|
|
||||||
|
|
||||||
typecheck: ## Run type check
|
typecheck: ## Run type check
|
||||||
mypy -p matrix --ignore-missing-imports --warn-redundant-casts
|
mypy -p matrix --ignore-missing-imports --warn-redundant-casts
|
||||||
|
|
Loading…
Reference in a new issue