Commit c4c1063f authored by Andreas Tille's avatar Andreas Tille
Browse files

LC_ALL=C.UTF-8

parent b5e6ad53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/qiime2.egg-* {build_dir}/site.py
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	dh_auto_test -- -s custom --test-args="cd {build_dir}; QIIMETEST= nosetests3"
	LC_ALL=C.UTF-8 dh_auto_test -- -s custom --test-args="cd {build_dir}; QIIMETEST= nosetests3"