-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jhprinz/tv
Update Travis and Conda related things
- Loading branch information
Showing
5 changed files
with
18 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,17 @@ | ||
language: python | ||
|
||
python: | ||
# We don't actually use the Travis Python, but this keeps it organized. | ||
- "2.7" | ||
language: c | ||
sudo: false | ||
|
||
install: | ||
- deactivate | ||
# Sets up a MINIConda enviroment in the name of the selected python version | ||
- source devtools/ci/install.sh | ||
# Do not buffer output of python outputs but flush them directly to the terminal | ||
- export PYTHONUNBUFFERED=true | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install md5sha1sum; fi | ||
- source devtools/travis-ci/install_miniconda.sh | ||
|
||
script: | ||
# testing is done by running run_test.sh automatically during build | ||
- echo travis_fold:start:conda.build.package | ||
- conda install --yes conda-build | ||
- conda build devtools/conda-recipe | ||
- echo travis_fold:end:conda.build.package | ||
|
||
# Upload new docs | ||
- bash -x devtools/ci/after_sucess.sh | ||
|
||
env: | ||
matrix: | ||
- python=2.7 CONDA_PY=27 CONDA_NPY=110 | ||
- python=3.4 CONDA_PY=34 CONDA_NPY=110 | ||
- python=3.5 CONDA_PY=35 CONDA_NPY=110 | ||
|
||
global: | ||
- secure: "NJvoSrLNd2ZR3HluJjEqI36gD5lsucwIvgnYjNmM4cwnnA77aLV9FRYTwlLRZn3XY9FL8KOzL5l0amNzMD7sQrf7bWwWv7iCUBddH549q9RSgiuOugtodYJ6VaXi76hk1rOgcJpDoCj9wTCIlMtWibPUzr1QHmdihfdM2iA2kkE=" | ||
- secure: "l9NJkZDD0ALhkErUvhRrreLsrcWErd+CXpWv8dxHGtkjemNx6CwVtyL+a30jz/QwMANSZbKll/cPK5yJQvuwDaWxja6UPLLKVNGtma+CmwKcIC/wwTwbMoxcS62fyLJ3kS0qR8oCQz2nCPKiYyRGADtPLWVMZckY1SJfNYcKuCM=" | ||
|
||
- secure: kb37xmsSV3pEnESnINzwlW2Cju/UFzA/G+m+NsihAwO8RMPZwKCrZK/rptgkUDACXJxom5M690WEukQkHnOt+OTrWhu7WKZgYeVuWUs2++RohYv/m5npaOHMMn+uYmF328v4PvPmXxbD02zzg5Tgdn82x8oa6J8BKX8ohOQ6Xpg= | ||
- CONDA_PY=2.7 CONDA_NPY=1.7 | ||
- CONDA_PY=2.7 CONDA_NPY=1.11 | ||
- CONDA_PY=3.4 CONDA_NPY=1.10 | ||
- CONDA_PY=3.5 CONDA_NPY=1.11 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters