Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
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
xblock-drag-and-drop-v2
Commits
164627b5
Commit
164627b5
authored
Jun 10, 2015
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Travis build - xblock-sdk assumes a specific CWD & use Firefox 36
parent
8292c419
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.travis.yml
+3
-2
install_test_deps.sh
+2
-2
No files found.
.travis.yml
View file @
164627b5
...
@@ -11,4 +11,6 @@ install:
...
@@ -11,4 +11,6 @@ install:
-
"
pip
install
dist/xblock-drag-and-drop-v2-0.1.tar.gz"
-
"
pip
install
dist/xblock-drag-and-drop-v2-0.1.tar.gz"
script
:
pep8 drag_and_drop_v2 --max-line-length=120 && python run_tests.py
script
:
pep8 drag_and_drop_v2 --max-line-length=120 && python run_tests.py
notifications
:
notifications
:
email
:
false
email
:
false
\ No newline at end of file
addons
:
firefox
:
"
36.0"
install_test_deps.sh
View file @
164627b5
# Installs xblock-sdk and dependencies needed to run the tests suite.
# Installs xblock-sdk and dependencies needed to run the tests suite.
# Run this script inside a fresh virtual environment.
# Run this script inside a fresh virtual environment.
pip install
-e
git://github.com/edx/xblock-sdk.git#egg
=
xblock-sdk
pip install
-e
git://github.com/edx/xblock-sdk.git#egg
=
xblock-sdk
pip install
-r
$VIRTUAL_ENV
/src/xblock-sdk/requirements.txt
cd
$VIRTUAL_ENV
/src/xblock-sdk/
&&
pip install
-r
requirements.txt
\
pip install
-r
$VIRTUAL_ENV
/src/xblock-sdk/test-requirements.txt
&&
pip install
-r
test-requirements.txt
&&
cd
-
python setup.py develop
python setup.py develop
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