diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e1a0a18..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: python -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true - - python: 3.6 - - python: 3.5 -install: - - pip install '.[test]' - - pip install --upgrade pytest -script: - - python -m pytest --cov=floweaver -after_success: - - codecov diff --git a/README.rst b/README.rst index f64db0e..54bcbbd 100644 --- a/README.rst +++ b/README.rst @@ -13,8 +13,8 @@ .. image:: https://readthedocs.org/projects/floweaver/badge/?version=latest :target: http://floweaver.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. image:: https://travis-ci.org/ricklupton/floweaver.svg?branch=master - :target: https://travis-ci.org/ricklupton/floweaver +.. image:: https://github.com/ricklupton/floweaver/actions/workflows/python-package.yml/badge.svg + :target: https://github.com/ricklupton/floweaver/actions/workflows/python-package.yml :alt: Test Status .. image:: https://codecov.io/gh/ricklupton/floweaver/branch/master/graph/badge.svg :target: https://codecov.io/gh/ricklupton/floweaver