mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-20 11:28:34 +08:00
codecov
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ before_script:
|
||||
install:
|
||||
- pip install -q django==$DJANGO
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest-django coveralls sphinx
|
||||
- pip install pytest-django codecov sphinx
|
||||
- python setup.py install
|
||||
|
||||
script:
|
||||
@@ -35,7 +35,7 @@ script:
|
||||
- sphinx-build -b html -d docs/_build/doctrees -nW docs docs/_build/html
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
- codecov
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
||||
Reference in New Issue
Block a user