Merge pull request #387 from jazzband/coveralls

Remove deprecated coveralls from dependancies
This commit is contained in:
Aleksi Häkli 2018-12-23 18:32:01 +01:00 committed by GitHub
commit 87f4fa2ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 9 deletions

2
.coveragerc Normal file
View file

@ -0,0 +1,2 @@
[run]
source=axes

View file

@ -24,10 +24,10 @@ matrix:
env: DJANGO=2.1
- python: 3.4
env: DJANGO=master
install: pip install tox-travis
install: pip install tox-travis codecov
script: tox
after_success:
- coveralls
- codecov
deploy:
provider: pypi
user: jazzband

View file

@ -9,9 +9,9 @@ Django Axes
:target: http://travis-ci.org/jazzband/django-axes
:alt: Build Status
.. image:: https://coveralls.io/repos/github/jazzband/django-axes/badge.svg?branch=master
:target: https://coveralls.io/github/jazzband/django-axes?branch=master
:alt: Coveralls
.. image:: https://codecov.io/gh/jazzband/django-axes/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jazzband/django-axes
:alt: Coverage
``django-axes`` is a very simple way for you to keep track of failed login

View file

@ -1,5 +1,6 @@
-e .
coveralls==1.5.1
mock==2.0.0 ; python_version <= "2.7"
coverage==4.5.2
mock==2.0.0 ; python_version <= "2.7"
prospector==1.1.6.2
sphinx_rtd_theme==0.4.2
tox==3.6.0

View file

@ -31,8 +31,8 @@ usedevelop = True
ignore_outcome =
djangomaster: True
commands =
coverage run -a --source=axes runtests.py -v2
coverage run -a --source=axes runtests.py -v2 cache
coverage run -a runtests.py -v2
coverage run -a runtests.py -v2 cache
coverage report
prospector
setenv =