From cd8e6c5f6462d348c65a13a9fc3a19ab24f4041e Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch>
Date: Fri, 24 Aug 2018 10:11:21 +0200
Subject: [PATCH] [conda] updated meta.yaml with preprocessing selectors

---
 conda/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index e7f269ff..8d92ac83 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
-- 
GitLab