Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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
edx-proctoring
Commits
ab57c766
Commit
ab57c766
authored
Feb 09, 2018
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add PyPI upload and bump version.
parent
c5682d7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
14 deletions
+22
-14
.travis.yml
+21
-13
edx_proctoring/__init__.py
+1
-1
No files found.
.travis.yml
View file @
ab57c766
language
:
python
language
:
python
cache
:
pip
cache
:
pip
python
:
python
:
-
2.7
-
2.7
env
:
env
:
-
DJANGO_SETTINGS_MODULE=test_settings
-
DJANGO_SETTINGS_MODULE=test_settings
before_install
:
before_install
:
-
export DISPLAY=:99.0
-
export DISPLAY=:99.0
-
sh -e /etc/init.d/xvfb start
-
sh -e /etc/init.d/xvfb start
-
pip install --upgrade pip
# pip-tools requires pip >= 6.1
-
pip install --upgrade pip
# pip-tools requires pip >= 6.1
install
:
install
:
-
pip install setuptools==32.3.1
# need newer version than Travis default
-
pip install setuptools==32.3.1
# need newer version than Travis default
-
make install
-
make install
before_script
:
before_script
:
-
npm install -g gulp-cli
-
npm install -g gulp-cli
script
:
script
:
-
make test-all
-
make test-all
-
make test-js
-
make test-js
after_success
:
after_success
:
-
coverage xml
-
coverage xml
-
bash <(curl -s https://codecov.io/bash) -cF python -f coverage.xml
-
bash <(curl -s https://codecov.io/bash) -cF python -f coverage.xml
-
bash <(curl -s https://codecov.io/bash) -cF javascript -f build/coverage-js/coverage.xml
-
bash <(curl -s https://codecov.io/bash) -cF javascript -f build/coverage-js/coverage.xml
deploy
:
provider
:
pypi
user
:
edx
distributions
:
sdist bdist_wheel
on
:
tags
:
true
password
:
secure
:
Xx0ya0JKOzPEX5fL389UQxiSnu46D/tVWwdgKXGT+g9GceQsxUWyshqC8uPF1KgKQfMynmC4C/XQOktfQj4LEv2EQPfnYP7Aog+swxS23jHevQYC7H0mlc5pyzTqfGbb5nr1gVtq2pjfsvC2RSgrZGigpCympyD1qKb6HBb3xcCpaUpLBMJFO+uUCIKYe6zJ0zxykW1Z66qE7igNyfvDqMbB/Sn6VO9PBrQOnTNnl4JyLer6gN+nztJTvpgwcKT7jUjtJtBDoTqj9ia/jJLGhAYNppCdLwmjNU1aN+e6X7J0HXBizOgqL7skWYAR1ygXwv027ZC3LJjiC6Ovww0rRzJdWe/OMJu5RzTYvXjgyBdjMdk3lYw5LaNoRuLfWkntV8ORYULsjl/g1RUJrXQ5u1KxeVPM9Fwb5toH1OmAMbuTpAmbYK8itWdU0TGiDsgLQABeNeW57DQIqE04YVG+kK1zg3OV7W6CgEVKXWciOugWJSdTtyoI5RBOuW1altKapee2/xwd49X5F5eac1AKsRc3U5DNxc0DCLR3NRmrHVBOD+yfI0F42MwngK9tbevDyZ9t1tf04ysu6hvzwES5goVp+85hHIyf+NIiKQpQQbKYWwIGcQuGlo7vHyOs9LJ5qHXQSzFZu8+l9qn3cCEd/cY7geh15yKOSVzv0J7yb84=
edx_proctoring/__init__.py
View file @
ab57c766
...
@@ -4,6 +4,6 @@ The exam proctoring subsystem for the Open edX platform.
...
@@ -4,6 +4,6 @@ The exam proctoring subsystem for the Open edX platform.
from
__future__
import
absolute_import
from
__future__
import
absolute_import
__version__
=
'1.3.
6
'
__version__
=
'1.3.
7
'
default_app_config
=
'edx_proctoring.apps.EdxProctoringConfig'
# pylint: disable=invalid-name
default_app_config
=
'edx_proctoring.apps.EdxProctoringConfig'
# pylint: disable=invalid-name
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