Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
OpenEdx
problem-builder
Commits
00778d03
Commit
00778d03
authored
Feb 06, 2015
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3 from open-craft/real-children-setup
Real children setup (OC-513)
parents
e91ce124
80162a3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
.travis.yml
+1
-0
setup.py
+1
-1
No files found.
.travis.yml
View file @
00778d03
...
@@ -9,6 +9,7 @@ install:
...
@@ -9,6 +9,7 @@ install:
-
"
pip
install
-r
$VIRTUAL_ENV/src/xblock-sdk/requirements.txt"
-
"
pip
install
-r
$VIRTUAL_ENV/src/xblock-sdk/requirements.txt"
-
"
pip
install
-r
$VIRTUAL_ENV/src/xblock-sdk/test-requirements.txt"
-
"
pip
install
-r
$VIRTUAL_ENV/src/xblock-sdk/test-requirements.txt"
-
"
pip
install
-r
requirements.txt"
-
"
pip
install
-r
requirements.txt"
-
"
pip
uninstall
-y
xblock-mentoring
&&
python
setup.py
sdist
&&
pip
install
dist/xblock-mentoring-0.1.tar.gz"
script
:
python run_tests.py --with-coverage --cover-package=mentoring && pep8 mentoring --max-line-length=120 && pylint mentoring --disable=all --enable=function-redefined,undefined-variable,unused-variable
script
:
python run_tests.py --with-coverage --cover-package=mentoring && pep8 mentoring --max-line-length=120 && pylint mentoring --disable=all --enable=function-redefined,undefined-variable,unused-variable
notifications
:
notifications
:
email
:
false
email
:
false
setup.py
View file @
00778d03
...
@@ -74,5 +74,5 @@ setup(
...
@@ -74,5 +74,5 @@ setup(
entry_points
=
{
entry_points
=
{
'xblock.v1'
:
BLOCKS
,
'xblock.v1'
:
BLOCKS
,
},
},
package_data
=
package_data
(
"mentoring"
,
[
"
static"
,
"templates"
,
"public
"
]),
package_data
=
package_data
(
"mentoring"
,
[
"
components"
,
"templates"
,
"public"
,
"migrations
"
]),
)
)
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