Skip to content

Commit

Permalink
remove codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Jan 13, 2020
1 parent 7d942ca commit 697eb98
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ commands:
# code coverage report
export COVERALLS_REPO_TOKEN="yUoFnf5H5uC9MJ9kLqzKaoSxkPf5dHc7F"
coveralls
popd
codecov
fi
build-docs:
Expand Down
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version(filename):
long_description = f.read()

dev_requirements = [
'codecov', 'coveralls', 'flake8', 'pytest>=3.6', 'pytest-cov', 'twine', 'wheel',
'coveralls', 'flake8', 'pytest>=3.6', 'pytest-cov', 'twine', 'wheel',
'sphinx', 'scipy', 'sphinx_rtd_theme', 'gitpython']

setup(
Expand Down
13 changes: 0 additions & 13 deletions tests/.codecov.yml

This file was deleted.

0 comments on commit 697eb98

Please sign in to comment.