From aca32b8b304a5892c448881b41b0540549cd6e1d Mon Sep 17 00:00:00 2001 From: Mikael Mortensen Date: Thu, 3 Nov 2016 08:49:05 +0100 Subject: [PATCH] Adding conda-build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3653dfd..4ef84bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ install: source /Users/travis/miniconda3/bin/activate root conda config --add channels conda-forge conda config --set show_channel_urls true + conda install conda-build conda create -q -n test-environment mpi4py scipy pytest Cython source activate test-environment