-
Notifications
You must be signed in to change notification settings - Fork 12
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
More user-friendly exceptions #7
base: master
Are you sure you want to change the base?
Conversation
…ommand execution. Fixes tqdm#5
including six just to suppress a bit of trace? okay... |
Well in my experience I eventually used it in most of my libraries, nobody complained about it. Note however that I never had to add it as an explicit dependency in setup.py, and the builds were ok under travis. |
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
==========================================
+ Coverage 94.06% 94.48% +0.42%
==========================================
Files 6 6
Lines 118 127 +9
Branches 25 25
==========================================
+ Hits 111 120 +9
Misses 4 4
Partials 3 3 |
I just pushed an update with coverage correction. The failing travis build seems to be related to the fact that python 2.6 is not available in travis anymore.. |
Fixes #5