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