Skip to content

Commit

Permalink
remove travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm committed Nov 1, 2023
1 parent af03542 commit a2f0c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
python -m pytest --cov=. --cov-report term-missing --cov-fail-under 89 --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: Test command line
shell: bash -el {0)
shell: bash -el {0}
run: |
./test/cmdline_tests.sh
- name: Upload pytest test results
Expand Down
55 changes: 0 additions & 55 deletions .travis.yml

This file was deleted.

0 comments on commit a2f0c57

Please sign in to comment.