diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9c936244..00000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: python -matrix: - include: - - python: 3.5 - - python: 3.6 - - python: 3.7 - dist: xenial - sudo: true - - python: pypy3 -install: - - pip install -e ".[test]" -script: - - isort --recursive --diff validators tests && isort --recursive --check-only validators tests - - flake8 validators tests - - py.test --doctest-glob="*.rst" --doctest-modules --ignore=setup.py diff --git a/README.rst b/README.rst index 32f57ca4..192b45cd 100644 --- a/README.rst +++ b/README.rst @@ -26,8 +26,8 @@ Resources - `Code `_ -.. |Build Status| image:: https://travis-ci.org/kvesteri/validators.svg?branch=master - :target: https://travis-ci.org/kvesteri/validators +.. |Build Status| image:: https://github.com/kvesteri/validators/workflows/GH/badge.svg + :target: https://github.com/kvesteri/validators/actions/workflows/main.yml .. |Version Status| image:: https://img.shields.io/pypi/v/validators.svg :target: https://pypi.python.org/pypi/validators/ .. |Downloads| image:: https://img.shields.io/pypi/dm/validators.svg