Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
8b3cce7c
Commit
8b3cce7c
authored
Aug 03, 2016
by
Waheed Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed JS requirement issue.
parent
277ff8d1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
+1
-1
Makefile
+2
-2
No files found.
.travis.yml
View file @
8b3cce7c
...
@@ -24,7 +24,7 @@ before_install:
...
@@ -24,7 +24,7 @@ before_install:
install
:
install
:
-
pip install -U pip wheel codecov
-
pip install -U pip wheel codecov
-
pip install -r requirements/test.txt
-
pip install -r requirements/test.txt
-
make requirement
s
.js
-
make requirement.js
before_script
:
before_script
:
# Give Elasticsearch time to start
# Give Elasticsearch time to start
...
...
Makefile
View file @
8b3cce7c
...
@@ -21,7 +21,7 @@ help:
...
@@ -21,7 +21,7 @@ help:
@
echo
" quality run PEP8 and Pylint"
@
echo
" quality run PEP8 and Pylint"
@
echo
" production-requirements install requirements for production"
@
echo
" production-requirements install requirements for production"
@
echo
" requirements install requirements for local development"
@
echo
" requirements install requirements for local development"
@
echo
" requirement
s.js
install JS requirements for local development and production"
@
echo
" requirement
.js
install JS requirements for local development and production"
@
echo
" test run tests and generate coverage report"
@
echo
" test run tests and generate coverage report"
@
echo
" validate run tests and quality checks"
@
echo
" validate run tests and quality checks"
@
echo
" static gather all static assets for production"
@
echo
" static gather all static assets for production"
...
@@ -39,7 +39,7 @@ clean:
...
@@ -39,7 +39,7 @@ clean:
find
.
-name
'*.pyc'
-delete
find
.
-name
'*.pyc'
-delete
coverage erase
coverage erase
requirement
s
.js
:
requirement.js
:
npm install
npm install
$(NODE_BIN)
/bower install
$(NODE_BIN)
/bower install
...
...
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