File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ before_install:
1010- conda update -y -q conda
1111 # - conda install gcc
1212script :
13- - conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 "python<3"
13+ - conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 "python<3" "numpy>1.14"
1414- export UVCDAT_ANONYMOUS_LOG=False
1515- echo $TRAVIS_BRANCH
1616- export TRAVIS_PR_BRANCH=$TRAVIS_BRANCH
@@ -20,7 +20,7 @@ script:
2020- python setup.py install
2121- python run_tests.py -v2
2222- rm -rf build
23- - 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
23+ - 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 "numpy>1.14"
2424- source activate py3
2525- python setup.py install
2626- python run_tests.py -v2
Original file line number Diff line number Diff line change 22ls
33pwd
44export PATH=${HOME} /miniconda/bin:${PATH}
5- conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 " python<3"
6- 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
5+ conda create -n py2 -c cdat/label/nightly -c uvcdat/label/nightly -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 " python<3" " numpy>1.14 "
6+ 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 " numpy>1.14 "
77export UVCDAT_ANONYMOUS_LOG=False
88source activate py3
99python setup.py install
You can’t perform that action at this time.
0 commit comments