Skip to content

Commit

Permalink
Consolidate on GitHub actions (#168)
Browse files Browse the repository at this point in the history
* Add workflow LibraryOfCongress/tests-bagit-python

* GH Actions: rename workflow file

* README: remove old build status badge

* Update developer dependencies
  • Loading branch information
acdha authored Apr 26, 2023
1 parent e831c74 commit ed81c23
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 95 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: LibraryOfCongress/tests-bagit-python
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-16.04
steps:
- name: checkout
uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "${{ matrix.python }}"
- run: apt-get -y install gettext
- run: pip install --upgrade pip
- run: pip install coveralls coverage
- run: coverage run --include=bagit.py setup.py test
- run: coveralls
if: "${{ success() }}"
strategy:
matrix:
python:
- '3.10'
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

5 changes: 1 addition & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ name = "pypi"
[dev-packages]
tox = "*"
black = "*"
"flake8" = "*"
flake8 = "*"
isort = "*"

[pipenv]
allow_prereleases = true
187 changes: 126 additions & 61 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ License
Note: By contributing to this project, you agree to license your work
under the same terms as those that govern this project's distribution.

.. |Build Status| image:: https://travis-ci.org/LibraryOfCongress/bagit-python.svg?branch=master
:target: http://travis-ci.org/LibraryOfCongress/bagit-python
.. |Coverage Status| image:: https://coveralls.io/repos/github/LibraryOfCongress/bagit-python/badge.svg?branch=master
:target: https://coveralls.io/github/LibraryOfCongress/bagit-python?branch=master
.. |cc0| image:: http://i.creativecommons.org/p/zero/1.0/88x31.png
Expand Down

0 comments on commit ed81c23

Please sign in to comment.