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
09abd945
Commit
09abd945
authored
Mar 15, 2017
by
Tom Riat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(): add coverage to the project
parent
6ee96888
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
+1
-1
tox.ini
+2
-2
No files found.
.travis.yml
View file @
09abd945
...
...
@@ -30,7 +30,6 @@ install:
-
pip install -r requirements.txt
-
npm install
script
:
tox
after_success
:
coveralls
deploy
:
provider
:
pypi
user
:
jazzband
...
...
@@ -43,3 +42,4 @@ deploy:
condition
:
"
$TOXENV
=
py27-django19"
notifications
:
email
:
false
after_success
:
coveralls
tox.ini
View file @
09abd945
...
...
@@ -16,6 +16,7 @@ deps =
django18:
Django>=1.8,<1.9
django19:
Django>=1.9,<1.10
django110:
Django>=1.10,<1.11
pytest-django
jinja2
jsmin
=
=2.2.0
ply
=
=3.4
...
...
@@ -24,8 +25,7 @@ setenv =
DJANGO_SETTINGS_MODULE
=
tests.settings
PYTHONPATH
=
{toxinidir}
commands
=
{envbindir}/django-admin.py
test
{posargs:tests}
pytest
[testenv:docs]
basepython
=
python2.7
changedir
=
docs
...
...
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