Skip to content

Commit

Permalink
use old defaults setup for old conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed May 7, 2019
1 parent e06ece7 commit 240cab8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ conda_build_test: &conda_build_test
eval "$(sudo /opt/conda/bin/python -m conda init --dev bash)"
conda info
cd ~/conda-build
conda config --set restore_free_channel true
conda config --add default_channels https://repo.anaconda.com/pkgs/free
conda config --add default_channels https://repo.anaconda.com/pkgs/r
conda config --add default_channels https://repo.anaconda.com/pkgs/main
py.test --basetemp /tmp/cb -v --durations=20 -n 2 -m "not serial" tests -k "$CONDABUILD_SKIP"
fi
Expand Down Expand Up @@ -170,7 +172,9 @@ conda_build_test: &conda_build_test
else
eval "$(sudo /opt/conda/bin/python -m conda init --dev bash)"
cd ~/conda-build
conda config --set restore_free_channel true
conda config --add default_channels https://repo.anaconda.com/pkgs/free
conda config --add default_channels https://repo.anaconda.com/pkgs/r
conda config --add default_channels https://repo.anaconda.com/pkgs/main
py.test --basetemp /tmp/cb -v --durations=20 -n 0 -m "serial" tests -k "$CONDABUILD_SKIP"
/opt/conda/bin/python -m conda.common.io
fi
Expand Down

0 comments on commit 240cab8

Please sign in to comment.