Try testing the application with Pypy

This commit is contained in:
Roland Geider
2020-10-29 13:53:14 +01:00
parent cb4a64bcf4
commit f21adb98f1

View File

@@ -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: