Skip to content

Commit

Permalink
Removed travis forever
Browse files Browse the repository at this point in the history
  • Loading branch information
mchalela committed Jun 15, 2021
1 parent 111b68e commit 1bc2953
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 56 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/nirdust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@master
Expand All @@ -27,4 +27,11 @@ jobs:
- name: Install tox
run: pip install tox tox-gh-actions
- name: Test with tox
run: tox -r
run: tox -r
- name: Test Coverage
if: ${{ matrix.python-version == '3.8' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install coveralls
coveralls --service=github
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

0 comments on commit 1bc2953

Please sign in to comment.