Skip to content

Commit

Permalink
[fix][Travis] Fix Travis coveralls post-build step
Browse files Browse the repository at this point in the history
**Why this change was necessary**
The `coveralls` post-success build step was erroring out due to the
now-wrong package being pip-installed.

**What this change does**
Modifies the setup step to install the correct coveralls package.

**Any side-effects?**
None noticed yet... Will update after running the build.

**Additional context/notes/links**

Resolves #143 - coveralls crashing in Travis - pip package install needs to be corrected
  • Loading branch information
jidicula committed Oct 13, 2020
1 parent 9150cc1 commit fab71bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ install:
- sudo install dcm2nii* /usr/bin/
-
- pip install .
- pip install python-coveralls
- pip install coveralls
# command to run tests
script:
- echo "Download prelude"
Expand Down

0 comments on commit fab71bb

Please sign in to comment.