Skip to content

Commit

Permalink
remove travis - we ran out of credits
Browse files Browse the repository at this point in the history
  • Loading branch information
niedakh committed Feb 14, 2022
1 parent c54db5a commit ce4798f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Parallel TQDM
.. image:: https://img.shields.io/pypi/v/pqdm.svg
:target: https://pypi.python.org/pypi/pqdm

.. image:: https://img.shields.io/travis/niedakh/pqdm.svg
:target: https://travis-ci.com/niedakh/pqdm

.. image:: https://readthedocs.org/projects/pqdm/badge/?version=latest
:target: https://pqdm.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Expand Down Expand Up @@ -57,7 +54,7 @@ Features

* parellize your tqdm runs using processes or threads thanks to concurrent.futures,
* just import ``pqdm`` from ``pqdm.threads`` or ``pqdm.processes`` to start,
* automatic usage of ``tqdm.notebook`` when iPython/Jupyter notebook environment detected,
* automatic usage of ``tqdm.notebook`` when iPython/Jupyter notebook environment detected, custom tqdm class accepted
* automatic parsing of ``pqdm`` kwargs and separating between ``concurrent.Executor`` args and ``tqdm`` args,
* support for any iterable and passing items as kwargs, args or directly to function which is being applied
* support bounded exectutors via https://github.com/mowshon/bounded_pool_executor
Expand Down

0 comments on commit ce4798f

Please sign in to comment.