Skip to content

Commit 5656227

Browse files
committed
Update README and workflow
Removed testing on push to main. Updated README.
1 parent a8542fe commit 5656227

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Pull request
22

33
on:
4-
push:
5-
branches:
6-
- main
74
pull_request:
85
branches:
96
- main

README.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ mwtab
1313
:target: https://pypi.org/project/mwtab
1414
:alt: Supported Python versions
1515

16-
.. image:: https://github.com/MoseleyBioinformaticsLab/mwtab/actions/workflows/build.yml/badge.svg
17-
:target: https://github.com/MoseleyBioinformaticsLab/mwtab/actions/workflows/build.yml
18-
:alt: Build status
16+
..
17+
.. image:: https://github.com/MoseleyBioinformaticsLab/mwtab/actions/workflows/build.yml/badge.svg
18+
:target: https://github.com/MoseleyBioinformaticsLab/mwtab/actions/workflows/build.yml
19+
:alt: Build status
1920
2021
.. image:: https://codecov.io/gh/MoseleyBioinformaticsLab/mwtab/branch/master/graph/badge.svg?token=jhjMsP1qma
2122
:target: https://codecov.io/gh/MoseleyBioinformaticsLab/mwtab
@@ -52,9 +53,7 @@ The ``mwtab`` package can be used in several ways:
5253
* As a command-line tool to convert between ``mwTab`` format and its equivalent
5354
``JSON`` representation.
5455

55-
Recent News
56-
~~~~~~~~~~~
57-
The "Travis" branch represents our recent improvements, which we hope to merge into the production branch soon.
56+
5857

5958
Citation
6059
~~~~~~~~
@@ -82,10 +81,6 @@ Links
8281
Installation
8382
~~~~~~~~~~~~
8483

85-
The ``mwtab`` package runs under Python 3.5+. Use pip_ to install.
86-
Starting with Python 3.4, pip_ is included by default.
87-
88-
8984
Install on Linux, Mac OS X
9085
--------------------------
9186

0 commit comments

Comments
 (0)