Skip to content

Commit

Permalink
chore(ci): remove codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem committed Nov 26, 2019
1 parent d35c32e commit ef1d249
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9c0df6535cb64f03921f3c9bb76c9fba)](https://app.codacy.com/app/jeremad/looper?utm_source=github.com&utm_medium=referral&utm_content=jeremad/looper&utm_campaign=Badge_Grade_Dashboard)
[![License](https://img.shields.io/github/license/jeremad/looper.svg)](https://opensource.org/licenses/MIT)
[![Build](https://img.shields.io/travis/jeremad/looper/master.svg)](https://travis-ci.org/jeremad/looper)
[![codecov](https://codecov.io/gh/jeremad/looper/branch/master/graph/badge.svg)](https://codecov.io/gh/jeremad/looper)
Expand Down
4 changes: 1 addition & 3 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Generated with dmenv 0.20.0, python 3.7.5rc1, on Linux
appdirs==1.4.3
atomicwrites==1.3.0
attrs==19.3.0
black==19.10b0
certifi==2019.9.11
chardet==3.0.4
cli-ui==0.9.1
Click==7.0
codacy-coverage==1.3.11
codecov==2.0.15
colorama==0.4.1
coverage==4.5.4
Expand All @@ -28,7 +26,7 @@ pycodestyle==2.5.0
pyflakes==2.1.1
pyparsing==2.4.5
pytest-cov==2.8.1
pytest==5.3.0
pytest==5.3.1
regex==2019.11.1
requests==2.22.0
setuptools==40.8.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def get_long_description() -> str:
extras_require={
"dev": [
"black",
"codacy-coverage",
"codecov",
"flake8",
"mypy",
Expand Down

0 comments on commit ef1d249

Please sign in to comment.