From 8664825d26999395bb6354c762d5a326e30cbced Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 4 Oct 2021 16:03:20 -0400 Subject: [PATCH] remove Travis CI settings Commit bea9e867db6803592b836ec5407e82522d7e574c enabled GitHub Actions. Remove the .travis.yml configuration and point to GH Actions in the README instead. --- .travis.yml | 15 --------------- README.rst | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .travis.yml 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