Skip to content

Commit

Permalink
pin conda-build to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Mar 3, 2018
1 parent 10c475d commit 874720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install:

# Now do the things we need to do to install it.
- conda install -c conda-forge --file requirements.txt nose mock python=${PYTHON} ${EXTRA_DEPS} --yes --quiet
- if [[ -n ${CONDA_ORIGIN} ]]; then conda install -yq -c ${CONDA_ORIGIN} conda conda-build; fi
- if [[ -n ${CONDA_ORIGIN} ]]; then conda install -yq -c ${CONDA_ORIGIN} conda conda-build=2.1; fi
- python setup.py install
- mkdir not_the_source_root && cd not_the_source_root

Expand Down

0 comments on commit 874720a

Please sign in to comment.