From 287f82593311d4db295a1f10e87bcc9e3a0cb8b1 Mon Sep 17 00:00:00 2001 From: KangWon Lee Date: Mon, 23 Oct 2017 03:24:17 +0900 Subject: [PATCH] conda-build=2.1.17 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33aca5703..85dc67618 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda # conda-build must be installed in the conda root environment - - conda install conda-build + - conda install conda-build=2.1.17 - conda config --add channels python-control - conda info -a - conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage