File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,12 @@ sudo: false
4
4
install :
5
5
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install md5sha1sum; fi
6
6
- source devtools/travis-ci/install_miniconda.sh
7
- # Sets up a MINIConda enviroment in the name of the selected python version
8
- - source devtools/ci/install.sh
9
- # Do not buffer output of python outputs but flush them directly to the terminal
10
- - export PYTHONUNBUFFERED=true
11
7
12
8
script :
13
- # testing is done by running run_test.sh automatically during build
14
9
- echo travis_fold:start:conda.build.package
15
10
- conda build devtools/conda-recipe
16
11
- echo travis_fold:end:conda.build.package
17
12
18
- # Upload new docs
19
- - bash -x devtools/ci/after_sucess.sh
20
-
21
13
env :
22
14
- CONDA_PY=2.7 CONDA_NPY=1.7
23
15
- CONDA_PY=2.7 CONDA_NPY=1.11
You can’t perform that action at this time.
0 commit comments