Skip to content

Commit

Permalink
Merge pull request #387 from jazzband/coveralls
Browse files Browse the repository at this point in the history
Remove deprecated coveralls from dependancies
  • Loading branch information
aleksihakli authored Dec 23, 2018
2 parents 13c395d + a186e0f commit 87f4fa2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
source=axes
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 87f4fa2

Please sign in to comment.