Skip to content

Commit

Permalink
Remove coveralls, which is causing an error
Browse files Browse the repository at this point in the history
  • Loading branch information
samblau committed Aug 8, 2018
1 parent 008c807 commit 234c238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
export MPLBACKEND=Agg
pip install --quiet -e .
nosetests --config=nose.cfg --cover-html --cover-html-dir=coverage_reports
if [ "$CI_PULL_REQUEST" == "" ]; then coveralls; fi
no_output_timeout: 3600
- store_artifacts:
path: coverage_reports/
Expand Down

0 comments on commit 234c238

Please sign in to comment.