Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
internaut committed Dec 19, 2019
2 parents e24c663 + 1486e68 commit 2c1f05e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ cache: pip
python:
- "3.6"
- "3.7"

before_install:
- sudo apt-get -y install libgmp-dev libmpfr-dev libmpc-dev
-
addons:
apt:
update: true
packages:
- libgmp-dev
- libmpfr-dev
- libmpc-dev

before_script:
- python3 -m tmtoolkit setup test
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ run_tests:
PYTHONPATH=. pytest -l tests/

cov_tests:
PYTHONPATH=. pytest --cov-report html:.covreport --cov=tmtoolkit tests/; rm .coverage*
PYTHONPATH=. pytest --cov-report html:.covreport --cov=tmtoolkit tests/
coverage-badge -o coverage.svg
rm .coverage*

sdist:
python setup.py sdist
Expand Down
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tmtookit: Text mining and topic modeling toolkit
================================================

|pypi| |rtd| |travis|
|pypi| |pypi_downloads| |rtd| |travis| |coverage|

*tmtoolkit* is a set of tools for text mining and topic modeling with Python developed especially for the use in the
social sciences. It aims for easy installation, extensive documentation and a clear programming interface while
Expand Down Expand Up @@ -230,10 +230,18 @@ See `LICENSE <https://github.com/WZBSocialScienceCenter/tmtoolkit/blob/master/LI
:target: https://badge.fury.io/py/tmtoolkit
:alt: PyPI Version

.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/tmtoolkit
:target: https://pypi.org/project/tmtoolkit/
:alt: Downloads from PyPI

.. |travis| image:: https://travis-ci.org/WZBSocialScienceCenter/tmtoolkit.svg?branch=master
:target: https://travis-ci.org/WZBSocialScienceCenter/tmtoolkit
:alt: Travis CI Build Status

.. |coverage| image:: https://raw.githubusercontent.com/WZBSocialScienceCenter/tmtoolkit/master/coverage.svg
:target: https://github.com/WZBSocialScienceCenter/tmtoolkit/tree/master/tests
:alt: Coverage status

.. |rtd| image:: https://readthedocs.org/projects/tmtoolkit/badge/?version=latest
:target: https://tmtoolkit.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
21 changes: 21 additions & 0 deletions coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c1f05e

Please sign in to comment.