This repository was archived by the owner on Nov 8, 2018. It is now read-only.
Open
Conversation
Signed-off-by: Fenn-25 <fenn25.fn@gmail.com>
MehaKaushik
reviewed
Jul 12, 2018
.travis.yml
Outdated
| - "3.6" | ||
| install: | ||
| - "pip3 install -r requirements.txt" | ||
| - "pip install coveralls" |
There was a problem hiding this comment.
All other requirements are installed for python3 (line 8 uses pip3), why are you not installing coveralls for python3 ?
Author
There was a problem hiding this comment.
Hey, I will just update the line with pip3 to make everything uniform. However the command is tantamount to pip3 in a python 3 environment.
Signed-off-by: Fenn-25 <fenn25.fn@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Fenn-25 fenn25.fn@gmail.com
Description
Added coveralls to show coverage reports from using coverage.py
Fixes #366
Type of Change:
How Has This Been Tested?
Run online
Checklist:
Delete irrelevant options.