From 2fd67c5cd5e659feff108228a89d36c696d5055c Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 24 Apr 2021 09:57:14 -0600 Subject: [PATCH] travis: add pypy3 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2355127..236eec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - coveralls