travis-ci
Change default for `file` in `tqdm` to sys.stdout Looking at [_tqdm.py:508](https://github.com/tqdm/tqdm/blob/350640d31/tqdm/_tqdm.py#L508) Correct description of `file` parameter in `tqdm` should be: * file : ``io.TextIOWrapper`` or ``io.StringIO``, optional Specifies where to output the progress messages (default: sys.stdout). Uses ``file.write(str)`` and ``file.flush()`` methods. I.e.`(default: sys.stdout)` instead of `(default: sys.stderr)`
277 of 281 branches covered (98.58%)
Branch coverage included in aggregate %.
738 of 743 relevant lines covered (99.33%)
7.64 hits per line