From 5370e6b23358df2ee09239fe70fdf8a5898bb2a1 Mon Sep 17 00:00:00 2001 From: Riley Brady Date: Fri, 20 Mar 2020 14:04:02 -0600 Subject: [PATCH] Remove coveralls token (#343) * Removes vulnerability for coveralls --- .coveralls.yml | 1 - .travis.yml | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index e6efc2f06..000000000 --- a/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -repo_token: M6KWeBXmDYgetbGH1OMSF5fUj85tRIegc diff --git a/.travis.yml b/.travis.yml index 67a697bba..78a18aab5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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