Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
5f0dd7a3
Commit
5f0dd7a3
authored
Feb 03, 2014
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #27 from edx/fix_xblock_dependency
Add XBlock and xblock-sdk dependencies separately
parents
4ac98443
9fa0856d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.travis.yml
+1
-1
requirements/base.txt
+2
-1
settings/base.py
+1
-1
No files found.
.travis.yml
View file @
5f0dd7a3
...
...
@@ -2,8 +2,8 @@ language: python
python
:
-
"
2.7"
install
:
-
"
pip
install
-r
requirements/base.txt
--use-mirrors"
-
"
pip
install
-r
requirements/test.txt
--use-mirrors"
-
"
pip
install
-e
."
script
:
-
"
python
manage.py
test"
-
"
python
manage.py
harvest"
...
...
requirements/base.txt
View file @
5f0dd7a3
# 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
django==1.4.8
...
...
settings/base.py
View file @
5f0dd7a3
...
...
@@ -133,7 +133,7 @@ INSTALLED_APPS = (
# XBlock
'workbench'
,
'
demo_xblocks'
,
'
sample_xblocks.basic'
,
# Needs to be an app for template lookup
# edx-tim apps
'submissions'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment