Skip to content

Commit

Permalink
Remove coveralls token (#343)
Browse files Browse the repository at this point in the history
* Removes vulnerability for coveralls
  • Loading branch information
bradyrx authored Mar 20, 2020
1 parent d82f115 commit 5370e6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@ install:
- which python
- pip install .
- python setup.py install --user
- pip install pytest-cov
- pip install coveralls
- pip install black
- pip install flake8
- pip install isort

script:
- coverage run --source climpred -m py.test
- coverage run --source climpred -m py.test
- coverage report
- pushd docs
- nbstripout source/*.ipynb source/examples/decadal/*.ipynb source/examples/subseasonal/*.ipynb
Expand Down

0 comments on commit 5370e6b

Please sign in to comment.