Added PyPy 3.7 tests

pull/18/head
Jef Roosens 2021-04-28 16:09:44 +02:00
parent 5ddd72b192
commit c844e2fa4a
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
2 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,14 @@ pipeline:
- pip install -e .[ci]
- tox -e py37
test-3.7-pypy:
group: test
image: pypy:3-7-slim
pull: true
commands:
- pip install -e .[ci]
- tex -e pypy37
test-3.6:
group: test
image: python:3.6-alpine

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,lint
envlist = py36,py37,pypy37,py38,py39,lint
[testenv]
deps = .[test]