Skip to content

Commit

Permalink
update conda-build test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Sep 2, 2016
1 parent ee140c2 commit d364dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ matrix:
os: linux
language: python
- python: '3.5'
env: CONDA_BUILD=1.21.11
env: CONDA_BUILD=2.0.0
os: linux
language: python
- python: '3.5'
env: CONDA_BUILD=1.20.3
env: CONDA_BUILD=1.21.11
os: linux
language: python

Expand Down
2 changes: 1 addition & 1 deletion utils/travis-run-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ conda_build_install() {
pushd conda-build
python setup.py install
conda info
conda install -y -q pytest pytest-cov mock anaconda-client
conda install -y -q pytest pytest-cov mock anaconda-client filelock
popd
}

Expand Down
6 changes: 3 additions & 3 deletions utils/travis-run-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ if [[ $FLAKE8 == true ]]; then
flake8_test
elif [[ -n $CONDA_BUILD ]]; then
conda_build_smoke_test
if [[ $CONDA_BUILD == 1.21.11 || $CONDA_BUILD == master ]]; then
conda_build_unit_test
fi
conda_build_unit_test
# if [[ $CONDA_BUILD == 1.21.11 || $CONDA_BUILD == master ]]; then
# fi
else
main_test
fi

0 comments on commit d364dc4

Please sign in to comment.