mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 05:16:54 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user