Commit 5f0dd7a3 by David Ormsbee

Merge pull request #27 from edx/fix_xblock_dependency

Add XBlock and xblock-sdk dependencies separately
parents 4ac98443 9fa0856d
...@@ -2,8 +2,8 @@ language: python ...@@ -2,8 +2,8 @@ language: python
python: python:
- "2.7" - "2.7"
install: install:
- "pip install -r requirements/base.txt --use-mirrors"
- "pip install -r requirements/test.txt --use-mirrors" - "pip install -r requirements/test.txt --use-mirrors"
- "pip install -e ."
script: script:
- "python manage.py test" - "python manage.py test"
- "python manage.py harvest" - "python manage.py harvest"
......
# edX Internal Requirements # edX Internal Requirements
git+https://github.com/edx/XBlock.git@1d228943#egg=XBlock git+https://github.com/edx/XBlock.git@d38ea051#egg=XBlock
git+https://github.com/ormsbee/xblock-sdk.git@3c092c27#egg=xblock-sdk
# Third Party Requirements # Third Party Requirements
django==1.4.8 django==1.4.8
......
...@@ -133,7 +133,7 @@ INSTALLED_APPS = ( ...@@ -133,7 +133,7 @@ INSTALLED_APPS = (
# XBlock # XBlock
'workbench', 'workbench',
'demo_xblocks', 'sample_xblocks.basic', # Needs to be an app for template lookup
# edx-tim apps # edx-tim apps
'submissions', 'submissions',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment