Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
We need only one coverage test, we'll be using codecov.
  • Loading branch information
dnerini committed Apr 1, 2019
1 parent cbe2624 commit c5f242d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_install:
# Customise the testing environment
# ---------------------------------
- PACKAGES="$PACKAGES dask pyfftw cartopy basemap h5py"
- PACKAGES="$PACKAGES pytest pytest-cov coveralls codecov";
- PACKAGES="$PACKAGES pytest pytest-cov codecov";
- export CYTHON_COVERAGE=1;
- travis_retry conda install --quiet $PACKAGES

Expand All @@ -69,6 +69,5 @@ script:
- pytest --pyargs pysteps --cov=pysteps -ra;

after_success:
- coveralls
- codecov

0 comments on commit c5f242d

Please sign in to comment.