From 856722b434340eb5cb9381753edf438fd0f921ce Mon Sep 17 00:00:00 2001 From: perrette Date: Mon, 20 Mar 2023 11:53:32 +0100 Subject: [PATCH] update badge --- README.rst | 4 ++-- pyproject.toml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a083167..edeb0ec 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Introduction ============ -.. image:: https://travis-ci.org/perrette/dimarray.svg?branch=master - :target: https://travis-ci.org/perrette/dimarray +.. image:: https://github.com/perrette/dimarray/actions/workflows/tox.yml/badge.svg + :target: https://github.com/perrette/dimarray/actions/workflows/tox.yml Numpy array with dimensions --------------------------- diff --git a/pyproject.toml b/pyproject.toml index 112e9a8..3eb8332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,14 @@ deps = setuptools setuptools_scm +[gh-actions] +python = + 3.7: py37 + 3.8: py38 + 3.9: py39 + 3.10: py310 + 3.11: py311 + [pytest] norecursedirs = .tox """ \ No newline at end of file