From b8ccb09c1f71e8daf348c0d460e30f1030be8150 Mon Sep 17 00:00:00 2001 From: veghp Date: Fri, 2 Aug 2024 10:09:31 +0100 Subject: [PATCH] Enable workflow_dispatch --- .github/workflows/build.yml | 4 ++-- .travis.yml | 13 ------------- README.rst | 6 +++--- 3 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3378c26..121037a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,10 @@ name: build -on: [push] +on: [push, workflow_dispatch] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d3b43d6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: python -python: - - "3.6" - -install: - - pip install coveralls pytest-cov pytest - - pip install -e . - -script: - - python -m pytest -v --cov snapgene_reader --cov-report term-missing - -after_success: - - coveralls diff --git a/README.rst b/README.rst index 8d5f6c5..10930f9 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ SnapGene Reader =============== -.. image:: https://github.com/Edinburgh-Genome-Foundry/Flametree/actions/workflows/build.yml/badge.svg - :target: https://github.com/Edinburgh-Genome-Foundry/Flametree/actions/workflows/build.yml - :alt: Travis CI build status +.. image:: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml/badge.svg + :target: https://github.com/Edinburgh-Genome-Foundry/SnapGeneReader/actions/workflows/build.yml + :alt: GitHub Actions build status .. image:: https://coveralls.io/repos/github/Edinburgh-Genome-Foundry/SnapGeneReader/badge.svg?branch=master :target: https://coveralls.io/github/Edinburgh-Genome-Foundry/SnapGeneReader?branch=master