Skip to content

Commit

Permalink
Merge pull request #149 from greenozon/issue_147
Browse files Browse the repository at this point in the history
Fixes #147
  • Loading branch information
rocky authored Aug 18, 2024
2 parents 3620423 + 92f829a commit 0811506
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@

GIT2CL ?= git2cl
PYTHON ?= python
RM ?= rm
LINT = flake8
RM ?= rm
LINT ?= flake8
PYTHONUTF8 ?= 1

#EXTRA_DIST=ipython/ipy_trepan.py trepan
PHONY= \
Expand Down Expand Up @@ -35,6 +36,7 @@ all: check
#: Run all tests, exluding those that need pyenv
check: unittest
@PYTHON_VERSION=`$(PYTHON) -V 2>&1 | cut -d ' ' -f 2 | cut -d'.' -f1,2`; \
PYTHONUTF8=$(PYTHONUTF8) \
$(MAKE) -C test check

check-ci: unittest
Expand Down

0 comments on commit 0811506

Please sign in to comment.