Compare commits
2 Commits
49c33de689
...
0a0bbd03b3
Author | SHA1 | Date |
---|---|---|
|
0a0bbd03b3 | |
|
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