Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD: appveyor and travis conda builds #981

Merged
merged 51 commits into from Mar 24, 2016
Merged

BLD: appveyor and travis conda builds #981

merged 51 commits into from Mar 24, 2016

Commits on Mar 23, 2016

  1. BLD: appveyor.yml

    Joe Jevnik authored and richafrank committed Mar 23, 2016
    Copy the full SHA
    96046fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b7f4a2f View commit details
    Browse the repository at this point in the history
  3. BLD: Updates to match travis

    BLD: Combine create and install
    richafrank committed Mar 23, 2016
    Copy the full SHA
    15f9502 View commit details
    Browse the repository at this point in the history
  4. BLD: Build ta-lib first

    richafrank committed Mar 23, 2016
    Copy the full SHA
    de65650 View commit details
    Browse the repository at this point in the history
  5. BLD: Windows ta-lib build

    richafrank committed Mar 23, 2016
    Copy the full SHA
    8563e5f View commit details
    Browse the repository at this point in the history
  6. BLD: Have travis build zipline conda package

    Also include talib requirements when pip installing
    
    Format numpy version for conda build
    
    Include talib req in appveyor install too
    richafrank committed Mar 23, 2016
    Copy the full SHA
    fbb29ba View commit details
    Browse the repository at this point in the history
  7. BLD: Eventual matrix

    richafrank committed Mar 23, 2016
    Copy the full SHA
    c753adc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8a5c8f5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    70cb317 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    67b1e6b View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d5f01c2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    65cb8ec View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    cb5c9b4 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    bf6047f View commit details
    Browse the repository at this point in the history
  15. BLD: Remove cygwin's git

    richafrank committed Mar 23, 2016
    Copy the full SHA
    e6d91e2 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f11f5ad View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    0ac379e View commit details
    Browse the repository at this point in the history
  18. BUG: Specify int64 instead of system int

    to handle 32bit python
    richafrank committed Mar 23, 2016
    Copy the full SHA
    d873038 View commit details
    Browse the repository at this point in the history
  19. BLD: Try 64bit python

    richafrank committed Mar 23, 2016
    Copy the full SHA
    863e7c3 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    f89cbbd View commit details
    Browse the repository at this point in the history
  21. BLD: Echo more params

    richafrank committed Mar 23, 2016
    Copy the full SHA
    e4b39e6 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    8a94af3 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    cbc1316 View commit details
    Browse the repository at this point in the history
  24. BLD: Use the bcolz we built

    Fixing VC usage
    richafrank committed Mar 23, 2016
    Copy the full SHA
    e53fc9a View commit details
    Browse the repository at this point in the history
  25. BLD: Add more to build matrix

    Windows has no numpy 1.10.2 built, so bumping to 1.10.4
    richafrank committed Mar 23, 2016
    Copy the full SHA
    2d9846e View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    8386da9 View commit details
    Browse the repository at this point in the history
  27. TST: Windows fixups

    richafrank committed Mar 23, 2016
    Copy the full SHA
    335f73e View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    dd8175b View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    b3801c5 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    c49e777 View commit details
    Browse the repository at this point in the history
  31. BLD: Calculate python dir

    richafrank committed Mar 23, 2016
    Copy the full SHA
    8215c0f View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    a1ad717 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    b7f54dc View commit details
    Browse the repository at this point in the history
  34. BLD: Upload packages to anaconda with "ci" label

    BLD: Install anaconda-client for upload
    richafrank committed Mar 23, 2016
    Copy the full SHA
    8aabf69 View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    e3af821 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    d2b6009 View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    2ee66e4 View commit details
    Browse the repository at this point in the history
  38. BLD: Upload anaconda packages from appveyor

    Updated travis anaconda token
    richafrank committed Mar 23, 2016
    Copy the full SHA
    dab85a8 View commit details
    Browse the repository at this point in the history
  39. BLD: Replaced batch script for building dependency packages

    with powershell.  Easier to write.
    
    Check $LastExitCode when running non-powershell
    richafrank committed Mar 23, 2016
    Copy the full SHA
    bf3307e View commit details
    Browse the repository at this point in the history
  40. BLD: Add ci channel when deciding whether to build

    BLD: Include quantopian channels in testenv
    richafrank committed Mar 23, 2016
    Copy the full SHA
    8557047 View commit details
    Browse the repository at this point in the history
  41. BLD: Upload zipline package from appveyor

    Check for secure var existence
    
    Send anaconda upload stderr to stdout
    
    We're already looking for the exit code, and it's treating stderr
    as failure.
    
    Don't display progress bar on appveyor
    richafrank committed Mar 23, 2016
    Copy the full SHA
    3369e48 View commit details
    Browse the repository at this point in the history
  42. Copy the full SHA
    f390831 View commit details
    Browse the repository at this point in the history
  43. Copy the full SHA
    f272f1e View commit details
    Browse the repository at this point in the history
  44. Copy the full SHA
    c843a07 View commit details
    Browse the repository at this point in the history
  45. Copy the full SHA
    7852d69 View commit details
    Browse the repository at this point in the history
  46. Copy the full SHA
    42c1ef8 View commit details
    Browse the repository at this point in the history
  47. BLD: Use TA-Lib version from reqs

    so we don't have to maintain the version in multiple places
    richafrank committed Mar 23, 2016
    Copy the full SHA
    3315a0f View commit details
    Browse the repository at this point in the history
  48. Copy the full SHA
    6d66fb4 View commit details
    Browse the repository at this point in the history
  49. Copy the full SHA
    70cbee0 View commit details
    Browse the repository at this point in the history
  50. BLD: Removing 32-bit builds

    because of appveyor's slow speed
    richafrank committed Mar 23, 2016
    Copy the full SHA
    a9fcb24 View commit details
    Browse the repository at this point in the history
  51. Copy the full SHA
    98289e4 View commit details
    Browse the repository at this point in the history