Commit 50b29485 by Muhammad Shoaib

travis change

parent f3242ee0
......@@ -12,15 +12,15 @@ before_install:
sudo: false
install:
- "npm install"
- npm install
- "pip install -r requirements.txt"
- "pip install -r test_requirements.txt"
- "pip install coveralls"
script:
- coverage run ./manage.py test edx_proctoring
- gulp test
- coverage report -m
- gulp test
- pep8 edx_proctoring
- 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