-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messletters2 #109
Messletters2 #109
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #109 +/- ##
=======================================
Coverage 90.79% 90.79%
=======================================
Files 1 1
Lines 239 239
Branches 63 63
=======================================
Hits 217 217
Misses 19 19
Partials 3 3 Continue to review full report at Codecov.
|
.travis/install.sh
Outdated
$PYTHON_COMMAND setup.py install | ||
$PYTHON_COMMAND -m art test | ||
$PYTHON_COMMAND -m art test2 | ||
$PIP_COMMAND install -e .[Coverage] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this whole commit for?
Can you please explain the reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First I added this line to test art
library in develop mode, but later removed it ;-)
.travis/test.sh
Outdated
$PYTHON_COMMAND -m cProfile -s cumtime art_profile.py | ||
$PIP_COMMAND uninstall art | ||
$PIP_COMMAND install art --upgrade |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new line missed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope i might make mistake
Reference Issues/PRs
#101
What does this implement/fix? Explain your changes.
setup.py
modifiedcoverage
dependency moved toextras_require
requirements.txt
removedAny other comments?