Skip to content

Commit

Permalink
Keep the pinned file for conda on CIs
Browse files Browse the repository at this point in the history
In case we find ourselves needing to pinning things in the `conda`
testing environment in the future, keep the `pinned` files around on CI
even though they are currently empty.
  • Loading branch information
jakirkham committed Feb 20, 2018
1 parent 60a9ad9 commit db4cf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ install:
- python setup.py bdist_conda
# Setup environment for nanshe and install it with all dependencies.
- conda create --use-local -n testenv python=$PYTHON_VERSION nanshe==$VERSION
- touch $HOME/miniconda/envs/testenv/conda-meta/pinned
- conda update --use-local -n testenv --all
- conda install --use-local -n testenv nanshe==$VERSION
- source activate testenv
Expand Down
1 change: 1 addition & 0 deletions .wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build:
conda create -y --use-local -n testenv nanshe==$(python setup.py --version)
source activate testenv
conda clean -tipsy
touch /opt/conda/envs/testenv/conda-meta/pinned
- script:
name: Install dependencies for cluster support.
Expand Down

0 comments on commit db4cf35

Please sign in to comment.