.binstar.yml 255 B

12345678910111213141516171819202122
  1. package: bcolz
  2. user: bcolz
  3. platform:
  4. - linux-64
  5. - linux-32
  6. - osx-64
  7. - win-32
  8. - win-64
  9. engine:
  10. - python=2.6
  11. - python=2.7
  12. - python=3.3
  13. - python=3.4
  14. before_script:
  15. - python -V
  16. script:
  17. - conda build conda.recipe
  18. build_targets: conda