zipline-live / zipline

Zipline-Live, a Pythonic Algorithmic Trading Library
http://www.zipline-live.io/
Apache License 2.0
394 stars 65 forks source link

Merge Quantopian's zipline/master branch to zipline-live/master #25

Closed tibkiss closed 7 years ago

tibkiss commented 7 years ago

This is the first step of moving live branch into master. Bringing zipline-live's master in sync with Quantopian's master.

tibkiss commented 7 years ago

Tests are failing due to PEP8 problems in live_demo.py: https://travis-ci.org/zipline-live/zipline/jobs/238201764#L1174

@pbharrin : do you mind if I remove that file?

pbharrin commented 7 years ago

@tibkiss you can remove live_demo.py, it is no longer needed.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 5cb266ad9b5364da300936210df3e76cea133f2a on tibkiss:merge_upstream_20170601 into on zipline-live:master.

tibkiss commented 7 years ago

Thanks for merging, Ed!

bartosh commented 7 years ago

btw, are you going to rebase live branch the same way?