Skip to content

Commit

Permalink
Merge pull request #25 from CDAT/cdat_nightlies_pulled
Browse files Browse the repository at this point in the history
Cdat nightlies pulled
  • Loading branch information
doutriaux1 authored Mar 21, 2018
2 parents 1c4ea5f + 76d1525 commit 76cfe6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_install:
#- conda install gcc
script:
# =======
- conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c nesii/label/dev-esmf -c conda-forge genutil nose flake8 "numpy=1.13" esmpy
- conda create -n py2 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge genutil nose flake8 "numpy=1.13" esmpy "python<3"
- export UVCDAT_ANONYMOUS_LOG=False
- echo $TRAVIS_BRANCH
- export TRAVIS_PR_BRANCH=$TRAVIS_BRANCH
Expand All @@ -28,7 +28,7 @@ script:
- python setup.py install
- python run_tests.py -v2
- rm -rf build
- conda create -n py3 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c nesii/channel/dev-esmf genutil nose flake8 "python>3" "numpy=1.13" esmpy
- conda create -n py3 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge genutil nose flake8 "numpy=1.13" esmpy "python>3"
- 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 nesii/label/dev-esmf -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge genutil nose flake8 "python>3" "numpy=1.13"
conda create -n py2 -c nesii/label/dev-esmf -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge genutil nose flake8 "numpy=1.13"
conda create -n py3 -c nesii/label/dev-esmf -c cdat/label/nightly -c conda-forge genutil nose flake8 "numpy=1.13" "python>3"
conda create -n py2 -c nesii/label/dev-esmf -c cdat/label/nightly -c conda-forge genutil nose flake8 "numpy=1.13" "python<3"
export UVCDAT_ANONYMOUS_LOG=False
source activate py3
python setup.py install
Expand Down

0 comments on commit 76cfe6b

Please sign in to comment.