Fix quotes around gcovr install command

pull/8092/head
Jenny Plunkett 2018-09-11 17:07:02 -05:00 committed by GitHub
parent 920db63453
commit 8af0afdd2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ sudo easy_install pip
### Installing covr
Install gcovr code coverage tool globally with `pip install 'gcovr>=4.1'` or using virtualenv:
Install gcovr code coverage tool globally with `pip install "gcovr>=4.1"` or using virtualenv:
#### virtualenv