Skip to content

Commit

Permalink
Merge pull request #15 from dask/anaconda-build
Browse files Browse the repository at this point in the history
Add .binstar.yml file
  • Loading branch information
koverholt committed Mar 23, 2016
2 parents 491c82a + aeba478 commit e43afad
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .binstar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package: s3fs
user: s3fs

platform:
- linux-64

engine:
- python=2.7
- python=3.4
- python=3.5

install:
- conda config --add channels dask

before_script:
- conda info
- python -V

script:
- conda build conda.recipe

build_targets: conda

iotimeout: 600

0 comments on commit e43afad

Please sign in to comment.