aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a13f5cb..5ac780c1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ test:
export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \
export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \
PYTHONPATH=. \
- python3 setup.py nosetests $(NOSE_OPTS)
+ LC_ALL=C.UTF-8 python3 setup.py nosetests $(NOSE_OPTS)
syntax-check:
flake8 $(FLAKE_OPTS)