Skip to content

Commit

Permalink
Merge pull request #19 from UV-CDAT/cdat_nightlies_pulled
Browse files Browse the repository at this point in the history
Cdat nightlies pulled
  • Loading branch information
doutriaux1 authored Mar 14, 2018
2 parents b07e569 + 4c3cf57 commit a1c6466
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- conda update -y -q conda
#- conda install gcc
script:
- conda create -n py2 -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8
- conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8
- export UVCDAT_ANONYMOUS_LOG=False
- echo $TRAVIS_BRANCH
- export TRAVIS_PR_BRANCH=$TRAVIS_BRANCH
Expand All @@ -20,7 +20,7 @@ script:
- python setup.py install
- python run_tests.py -v2
- rm -rf build
- conda create -n py3 -c nesii/channel/dev-esmf -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" udunits2 cdat_info
- conda create -n py3 -c nesii/channel/dev-esmf -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" udunits2 cdat_info
- source activate py3
- python setup.py install
- python run_tests.py -v2
Expand Down
4 changes: 2 additions & 2 deletions ci-support/circleci_mac_dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ls
pwd
export PATH=${HOME}/miniconda/bin:${PATH}
conda create -n py3 -c uvcdat/label/nightly -c nadeau1 -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" cdat_info udunits2
conda create -n py2 -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8
conda create -n py3 -c cdat/label/nightly -c uvcdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 nose flake8 "python>3" cdat_info udunits2
conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8
export UVCDAT_ANONYMOUS_LOG=False
source activate py3
python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion ci-support/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ cd conda-recipes
rm -rf uvcdat
python ./prep_for_build.py
echo "Building and uploading now"
conda build -c ${ESMF_CHANNEL} -c conda-forge -c uvcdat/label/nightly -c uvcdat ${PKG_NAME}
conda build -c ${ESMF_CHANNEL} -c conda-forge -c cdat/label/nightly -c uvcdat/label/nightly -c uvcdat ${PKG_NAME}
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME*.tar.bz2 --force

0 comments on commit a1c6466

Please sign in to comment.