Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens 0a0bbd03b3
Merge branch 'develop' of git.roosens.me:Chewing_Bever/backup-tool into develop
continuous-integration/drone the build failed Details
2021-04-28 16:10:01 +02:00
Jef Roosens c844e2fa4a
Added PyPy 3.7 tests 2021-04-28 16:09:44 +02:00
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]