Changed zipline -> catalyst import paths

* Updated cython build scripts
 * Updated setup.py to to install catalyst package
 * Updated momentum example to use catalyst package
 * catalyst executable now supports loading pipelines from multiple bundles
This commit is contained in:
Conner Fromknecht
2017-06-18 21:02:15 -07:00
parent be2fe35583
commit fce97176d6
244 changed files with 1101 additions and 1121 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ set -e
stash_result=$(git stash --keep-index)
# Run flake8 linting
flake8 zipline tests
flake8 catalyst tests
# Run unit tests
nosetests -x