Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
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
django-pipeline
Commits
5ef277b6
Commit
5ef277b6
authored
May 24, 2017
by
John Whitlock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add coverage to test run
parent
1718bc6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
tox.ini
+3
-1
No files found.
tox.ini
View file @
5ef277b6
...
...
@@ -24,6 +24,7 @@ deps =
django111:
Django>=1.11,<1.12
django-master:
https://github.com/django/django/archive/master.tar.gz
jinja2
coverage
jsmin
=
=2.2.0
ply
=
=3.4
slimit
=
=0.8.1
...
...
@@ -31,7 +32,8 @@ setenv =
DJANGO_SETTINGS_MODULE
=
tests.settings
PYTHONPATH
=
{toxinidir}
commands
=
{envbindir}/django-admin.py
test
{posargs:tests}
{envbindir}/coverage
run
--source
pipeline
{envbindir}/django-admin.py
test
{posargs:tests}
{envbindir}/coverage
report
[testenv:docs]
basepython
=
python2.7
...
...
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