Skip to content

Commit

Permalink
travis: add pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Apr 24, 2021
1 parent 8a000e8 commit 2fd67c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -22,8 +22,10 @@ jobs:
- python: "3.9"
- python: "pypy"
allow_failure: true
- python: "pypy3"
allow_failure: true
install: pip install coveralls
script:
- coverage run --branch --source=crc32 test.py
after_success:
- coveralls
- coveralls

0 comments on commit 2fd67c5

Please sign in to comment.