Added PyPy 3.7 tests
parent
5ddd72b192
commit
c844e2fa4a
|
@ -23,6 +23,14 @@ pipeline:
|
||||||
- pip install -e .[ci]
|
- pip install -e .[ci]
|
||||||
- tox -e py37
|
- 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:
|
test-3.6:
|
||||||
group: test
|
group: test
|
||||||
image: python:3.6-alpine
|
image: python:3.6-alpine
|
||||||
|
|
Loading…
Reference in New Issue