Update for using trusty container in travis.

This commit is contained in:
Atsushi Togo 2016-11-22 15:47:03 +09:00
parent f62b595e80
commit 5aa0cce134
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,8 @@ before_install:
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy h5py pyyaml matplotlib lapack
- conda config --add channels conda-forge
- conda install --yes python=$TRAVIS_PYTHON_VERSION lapack
- pwd
- ./get_nanoversion.sh
- cat __nanoversion__.txt

View File

@ -6,7 +6,6 @@ export GIT_BRANCH=$3
conda install conda-build anaconda-client --yes
conda config --add channels atztogo
conda config --add channels conda-forge
conda build conda --no-anaconda-upload
TRG=`conda build conda --output |sed -e 's/--/-*-/'`
echo "Uploading: $TRG"