Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit ccaee1d

Browse files
committed
remove conda-build from travis
1 parent 4d4ec9a commit ccaee1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ install:
1717
- hash -r
1818
- conda config --set always_yes yes --set changeps1 no
1919
- conda update -q conda
20-
- conda install conda-build
2120
# Useful for debugging any issues with conda
2221
- conda info -a
2322

2423
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy nose cython scikit-learn
2524
- source activate test-environment
2625
- make all
27-
- conda build build_tools/conda-recipe --quiet
26+
2827
script:
2928
- nosetests -v

0 commit comments

Comments
 (0)