Skip to content

Commit 87083ad

Browse files
prevent installing old setuptools from intel channel
1 parent 09b39cc commit 87083ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ install:
4343
- g++ -v
4444

4545
script:
46-
- conda build -c intel -c conda-forge -c defaults $PYVER conda-recipe
46+
- conda build -c defaults -c intel $PYVER conda-recipe

0 commit comments

Comments
 (0)