Skip to content

Commit

Permalink
Removed tox from CI and called unittest directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorell committed Sep 20, 2024
1 parent 4956f85 commit bc8dd75
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,5 @@ jobs:
if: ${{ contains(matrix.framework, 'FASTAPI_VERSION') }}
run: pip install fastapi==$FASTAPI_VERSION

- name: Install Tox
run: pip install tox

- name: Run tests (skip on Python 3.6)
if: ${{ !contains(matrix.python-version, '3.6') }}
run: tox

- name: Run tests (Python 3.6)
if: ${{ contains(matrix.python-version, '3.6') }}
- name: Run tests
run: python -m unittest rollbar.test.discover

0 comments on commit bc8dd75

Please sign in to comment.