mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 20:05:52 +08:00
BLD: show versions on travis
This commit is contained in:
@@ -23,6 +23,7 @@ install:
|
||||
- pip install -e .[dev]
|
||||
- pip install -r etc/requirements_blaze.txt
|
||||
before_script:
|
||||
- pip freeze | sort
|
||||
- "flake8 zipline tests"
|
||||
script:
|
||||
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
git+git://github.com/quantopian/datashape.git@365ac59ff733228e05ab010686b8c76a60478fce#egg=datashape-dev
|
||||
git+git://github.com/quantopian/odo.git@528c4ca61802032c5fadf417df5c070b5be26257#egg=odo-dev
|
||||
git+git://github.com/quantopian/blaze.git@9e83642ea2ec509169e5e93e8b1079221aebfd92#egg=blaze-dev
|
||||
-e git+git://github.com/quantopian/datashape.git@365ac59ff733228e05ab010686b8c76a60478fce#egg=datashape-dev
|
||||
-e git+git://github.com/quantopian/odo.git@528c4ca61802032c5fadf417df5c070b5be26257#egg=odo-dev
|
||||
-e git+git://github.com/quantopian/blaze.git@9e83642ea2ec509169e5e93e8b1079221aebfd92#egg=blaze-dev
|
||||
|
||||
Reference in New Issue
Block a user