Skip to content

Commit

Permalink
travis: fix build using --ignore-installed option for coveralls install
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Watt <graeme.watt@durham.ac.uk>
  • Loading branch information
GraemeWatt committed Jun 18, 2019
1 parent 18bb94e commit 1f566f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
install:
- sudo pip install --upgrade pip
- sudo pip install coverage
- sudo pip install coveralls
- sudo pip install --ignore-installed coveralls

script:
- export CURRENT_PATH=`pwd`
Expand Down

0 comments on commit 1f566f8

Please sign in to comment.