diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ee22fc..cb3c9ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,11 @@ test: script: - tox -e python +test-pypy: + image: pypy:3 + script: + - tox -e pypy3 + lint: script: - tox -e pylint,flake8 |