Skip to content

Commit

Permalink
Merge pull request #51 from ripe-tech/dva/remove_travis
Browse files Browse the repository at this point in the history
#97 Remove Travis CI
  • Loading branch information
3rdvision committed May 8, 2023
2 parents 33d5ae7 + 10adca4 commit 10a9031
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 26 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ jobs:
black . --check --config ./pyproject.toml
if: matrix.python-version != '2.7' && matrix.python-version != '3.5'
- run: python setup.py test
- run: |
pip install coveralls
coverage run --source=ripe --omit="src/ripe/test/*" setup.py test
coveralls
if: matrix.python-version != '2.7' && matrix.python-version != '3.5'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

*
* Remove Travis CI - [products/#97](https://github.com/ripe-tech/products/issues/97)

### Fixed

Expand Down

0 comments on commit 10a9031

Please sign in to comment.