diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index ad7e923..0000000 --- a/.testr.conf +++ /dev/null @@ -1,4 +0,0 @@ -[DEFAULT] -test_command=make test $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9230f79..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - "2.7" - - "3.5" - - "3.6" - - "3.7" - - "3.8" -install: - - pip install -r test-requirements.txt -script: make travis -after_success: coveralls diff --git a/README.md b/README.md index 8315724..de3d1fe 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # LibIndic Normalizer - -[![Build Status](https://travis-ci.org/libindic/normalizer.svg?branch=master)](https://travis-ci.org/libindic/normalizer) -[![Coverage Status](https://coveralls.io/repos/github/libindic/normalizer/badge.svg?branch=master)](https://coveralls.io/github/libindic/normalizer?branch=master) - - LibIndic's normalizer module may be used to normalize the text to a canonical format to handle inconsistencies in text. Right now, it supports Malayalam language only. diff --git a/tox.ini b/tox.ini index 6080eaf..a01875e 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py35, py36, py37, py38, pep8 +envlist = py37, py311, pep8 [testenv] commands = make test