aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 01:32:37 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 11:56:15 -0300
commitb40cb2584ee63cdc793d10432362fdb32034e604 (patch)
tree878c4ef4e53f95d436b805e8ac9e0d5d63ff3c3c /Makefile
parenta597bafbd34e8e14d5084410a4298e87df8f3240 (diff)
Tests: assume a UTF-8 locale for now
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)