Skip to content

Commit

Permalink
Merge pull request #2825 from ccordoba12/fix-travis
Browse files Browse the repository at this point in the history
Fix tests in Travis after a recent update of conda-build
  • Loading branch information
ccordoba12 committed Nov 22, 2015
2 parents 10045cb + 018a1da commit 711f141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions continuous_integration/appveyor/build_test.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
conda info

cd %APPVEYOR_BUILD_FOLDER%
python setup.py sdist
if errorlevel 1 exit 1
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ install_conda()

# Installing conda-build to do build tests
if [ "$USE_CONDA" = true ]; then
echo 'conda-build ==1.18.1' > $HOME/miniconda/conda-meta/pinned;
conda install conda-build;
conda create -q -n test-environment python=$PY_VERSION;
fi
Expand Down

0 comments on commit 711f141

Please sign in to comment.