diff --git a/.travis.yml b/.travis.yml deleted file mode 100755 index 78a3535..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: python -python: - - "3.4" - - "3.5" - - "3.6" - - "3.7" - - "3.8" - -# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true - -# command to install dependencies -install: "python setup.py install" -# command to run tests -script: py.test diff --git a/README.rst b/README.rst index 872b82e..c3d8519 100755 --- a/README.rst +++ b/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/ @@ -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 @@ -76,9 +72,3 @@ Demo .. _Video demo: https://calmcode.io/shorts/datefinder.py.html - -Support -------- - -You can talk to us on `Gitter `_ or just submit an issue on `github `_. - diff --git a/tox.ini b/tox.ini index cc27319..dc61223 100755 --- a/tox.ini +++ b/tox.ini @@ -10,4 +10,4 @@ basepython = py37: python3.8 commands = pip install -e .[dev,test] - py.test tests + pytest