Skip to content

Commit

Permalink
travis: pin coverage==3.7 to match version installed in Docker image
Browse files Browse the repository at this point in the history
* Submission to coveralls.io previously failed because Travis installed the latest version of coverage.  The last successful submission to coveralls.io was on 17 September 2015!  An alternative solution would be to upgrade the coverage version installed in the Docker image.

Signed-off-by: Graeme Watt <[email protected]>
  • Loading branch information
GraemeWatt committed Mar 15, 2018
1 parent 60e96d6 commit a1356f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ coverage.xml

# Sphinx documentation
docs/_build/
README.html

# PyBuilder
target/
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:

install:
- sudo pip install --upgrade pip
- sudo pip install coverage==3.7
- sudo pip install coveralls

script:
Expand Down

0 comments on commit a1356f3

Please sign in to comment.