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
564fd15e
Commit
564fd15e
authored
Dec 07, 2015
by
Braden MacDonald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis/test cleanup
parent
36161753
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
.gitignore
+4
-4
.travis.yml
+3
-1
install_test_deps.sh
+1
-1
No files found.
.gitignore
View file @
564fd15e
...
@@ -44,8 +44,10 @@ coverage.xml
...
@@ -44,8 +44,10 @@ coverage.xml
*.mo
*.mo
*.pot
*.pot
# Django stuff:
# Integration test output:
*.log
/*.log
/tests.*.png
var/*
# Sphinx documentation
# Sphinx documentation
docs/_build/
docs/_build/
...
@@ -53,8 +55,6 @@ docs/_build/
...
@@ -53,8 +55,6 @@ docs/_build/
# PyBuilder
# PyBuilder
target/
target/
workbench.db
# IDEs
# IDEs
.idea
.idea
.idea/*
.idea/*
.travis.yml
View file @
564fd15e
...
@@ -9,7 +9,9 @@ install:
...
@@ -9,7 +9,9 @@ install:
-
"
pip
uninstall
-y
xblock-drag-and-drop-v2"
-
"
pip
uninstall
-y
xblock-drag-and-drop-v2"
-
"
python
setup.py
sdist"
-
"
python
setup.py
sdist"
-
"
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
addons
:
addons
:
...
...
install_test_deps.sh
View file @
564fd15e
# 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
@4e8e713e7dd886b8d2eb66b5001216b66b9af81a
#egg
=
xblock-sdk
cd
$VIRTUAL_ENV
/src/xblock-sdk/
&&
pip install
-r
requirements/base.txt
\
cd
$VIRTUAL_ENV
/src/xblock-sdk/
&&
pip install
-r
requirements/base.txt
\
&&
pip install
-r
requirements/test.txt
&&
cd
-
&&
pip install
-r
requirements/test.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