diff --git a/conda/meta.yaml b/conda/meta.yaml
index e7f269ff4f4040f66e4ba017caa180c2502bfdef..8d92ac831faf4d1afe050442eb4c654a3860b286 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -53,8 +53,8 @@ test:
     - {{ name }}
 
   commands:
-    - export LC_ALL=C.UTF-8
-    - export LANG=C.UTF-8
+    - export LC_ALL=C.UTF-8  # [linux]
+    - export LANG=C.UTF-8  # [linux]
     - beat editor --help
     - nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
     - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx