mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Merge branch 'test_pypy' into 'master'
Test pypy in gitlab CI See merge request pycqa/flake8!390
This commit is contained in:
commit
d99fd24ec5
1 changed files with 10 additions and 0 deletions
|
|
@ -14,6 +14,16 @@ after_script:
|
|||
- pip install codecov
|
||||
- codecov --token=7d117e6b-aab6-4283-ab19-166dafc38cf5
|
||||
|
||||
pypy2:
|
||||
image: pypy:2.7-7.2.0
|
||||
stage: test
|
||||
script: tox -e pypy
|
||||
|
||||
pypy3:
|
||||
image: pypy:3.6-7.2.0
|
||||
stage: test
|
||||
script: tox -e pypy3
|
||||
|
||||
python2:
|
||||
image: python:2.7
|
||||
stage: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue