remove coveralls

This commit is contained in:
Gonçalo Valério 2021-01-20 19:34:24 +00:00
parent 0a74811b7a
commit f4b8c6b295
3 changed files with 0 additions and 14 deletions

View File

@ -25,5 +25,3 @@ jobs:
- name: Run Tests
run: tox -e py${{ matrix.python_version }}-django${{ matrix.django_version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -2,15 +2,6 @@
Django-Cryptolock
=============================
.. image:: https://badge.fury.io/py/django-cryptolock.svg
:target: https://badge.fury.io/py/django-cryptolock
.. image:: https://travis-ci.org/dethos/django-cryptolock.svg?branch=master
:target: https://travis-ci.org/dethos/django-cryptolock
.. image:: https://coveralls.io/repos/github/dethos/django-cryptolock/badge.svg
:target: https://coveralls.io/github/dethos/django-cryptolock
Authentication using cryptocurrency wallets for Django projects.
This package provides a django app containing a set of utilities to

View File

@ -5,8 +5,6 @@ envlist =
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/django_cryptolock
COVERAGE_FILE = .coverage
passenv = GITHUB_*
commands =
pytest --cov=django_cryptolock tests/
coveralls
@ -14,7 +12,6 @@ deps =
django2.2: django>=2.2,<3.0
django3.1: django>=3.1,<3.2
-r {toxinidir}/requirements_test.txt
coveralls
basepython =
py3.8: python3.8
py3.7: python3.7