Commit 50b29485 by Muhammad Shoaib

travis change

parent f3242ee0
...@@ -12,15 +12,15 @@ before_install: ...@@ -12,15 +12,15 @@ before_install:
sudo: false sudo: false
install: install:
- "npm install" - npm install
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "pip install -r test_requirements.txt" - "pip install -r test_requirements.txt"
- "pip install coveralls" - "pip install coveralls"
script: script:
- coverage run ./manage.py test edx_proctoring - coverage run ./manage.py test edx_proctoring
- gulp test
- coverage report -m - coverage report -m
- gulp test
- pep8 edx_proctoring - pep8 edx_proctoring
- pylint edx_proctoring --report=no - pylint edx_proctoring --report=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment