Skip to content

Commit e4975ad

Browse files
committed
travis_wait for conda create
1 parent dda82ff commit e4975ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- conda update conda
2222

2323
# Install dependencies
24-
- conda env create --name test-streamz --file ./conda/environments/streamz_dev.yml
24+
- travis_wait 30 conda env create --name test-streamz --file ./conda/environments/streamz_dev.yml
2525
- source activate test-streamz
2626

2727
- python setup.py install

0 commit comments

Comments
 (0)