Skip to content

Commit 39d1cc5

Browse files
committed
update travis and conda stuff
1 parent 4e51ae4 commit 39d1cc5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,12 @@ sudo: false
44
install:
55
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install md5sha1sum; fi
66
- 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
117

128
script:
13-
# testing is done by running run_test.sh automatically during build
149
- echo travis_fold:start:conda.build.package
1510
- conda build devtools/conda-recipe
1611
- echo travis_fold:end:conda.build.package
1712

18-
# Upload new docs
19-
- bash -x devtools/ci/after_sucess.sh
20-
2113
env:
2214
- CONDA_PY=2.7 CONDA_NPY=1.7
2315
- CONDA_PY=2.7 CONDA_NPY=1.11

0 commit comments

Comments
 (0)