diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 4521be9..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,29 +0,0 @@ -version: 2.0 - -jobs: - Python_3.9: - docker: - - image: circleci/python:3.9 - steps: &steps - - checkout - - run: sudo pip install -r requirements.txt - - run: sudo pip install pytest ruff - - run: python --version ; pip --version ; pwd ; ls - - run: pytest - - run: ruff - Python_3.10: - docker: - - image: circleci/python:3.10 - steps: *steps - Python_3.11: - docker: - - image: circleci/python:3.11 - steps: *steps - -workflows: - version: 2 - build: - jobs: - - Python_3.9 - - Python_3.10 - - Python_3.11 diff --git a/README.md b/README.md index 8e27cc4..8510283 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![coverage](https://github.com/nipy/nilabels/blob/master/coverage.svg)](https://github.com/SebastianoF/nilabels/blob/master/coverage.svg) [![CircleCI](https://circleci.com/gh/nipy/nilabels.svg?style=svg)](https://circleci.com/gh/nipy/nilabels) +[![github workflow](https://github.com/nipy/nilabels/actions/workflows/python-package.yml/badge.svg?style=svg)](https://github.com/nipy/nilabels/actions/workflows/python-package.yml/badge.svg) [![PyPI version](https://badge.fury.io/py/nilabels.svg)](https://badge.fury.io/py/nilabels) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)