Skip to content

Commit

Permalink
Updating test setup and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed Jul 31, 2022
1 parent 1fb7b34 commit bd7c6ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

16 changes: 3 additions & 13 deletions README.rst
@@ -1,9 +1,9 @@
datefinder - extract dates from text
====================================

.. image:: https://img.shields.io/travis/akoumjian/datefinder/master.svg
:target: https://travis-ci.org/akoumjian/datefinder
:alt: travis build status
.. image:: https://github.com/akoumjian/datefinder/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/akoumjian/datefinder
:alt: Build Status

.. image:: https://img.shields.io/pypi/dm/datefinder.svg
:target: https://pypi.python.org/pypi/datefinder/
Expand All @@ -13,10 +13,6 @@ datefinder - extract dates from text
:target: https://pypi.python.org/pypi/datefinder
:alt: pypi version

.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
:target: https://gitter.im/datefinder/Lobby
:alt: gitter chat

.. image:: https://img.shields.io/conda/v/conda-forge/datefinder?color=blue&logo=anaconda
:target: https://anaconda.org/conda-forge/datefinder
:alt: conda version
Expand Down Expand Up @@ -76,9 +72,3 @@ Demo

.. _Video demo: https://calmcode.io/shorts/datefinder.py.html


Support
-------

You can talk to us on `Gitter <https://gitter.im/datefinder/Lobby>`_ or just submit an issue on `github <https://github.com/akoumjian/datefinder/issues/>`_.

2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -10,4 +10,4 @@ basepython =
py37: python3.8
commands =
pip install -e .[dev,test]
py.test tests
pytest

0 comments on commit bd7c6ce

Please sign in to comment.