Skip to content

Commit

Permalink
Remove travis ci and limit testing python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
smrg-lm committed Aug 10, 2022
1 parent 9444853 commit 4e32ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python-version: ['3.6', '3.10', 'pypy3.9']
exclude:
- os: macos-latest
python-version: '3.6'
python-version: ['3.6', 'pypy3.9']
- os: windows-latest
python-version: '3.6'
python-version: ['3.6', 'pypy3.9']

steps:
- uses: actions/checkout@v3
Expand Down
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

0 comments on commit 4e32ca5

Please sign in to comment.