mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Try testing the application with Pypy
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ 3.6, 3.7, 3.8 ]
|
||||
python-version: [ 3.6, 3.7, 3.8, pypy3 ]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user