Get a PyPy image

This commit is contained in:
Jean-Paul Calderone 2019-06-25 13:20:04 -04:00
parent 6f855cb328
commit ec306663c9

View File

@ -25,6 +25,12 @@ workflows:
- "slackware-14.2"
# Test against PyPy 2.7/7.1.1
- "pypy2.7-7.1":
# Just until I'm satisfied the image is being built right
requires:
- "build-image-pypy-2.7-7.1.1-jessie"
# Other assorted tasks and configurations
- "lint"
- "deprecations"
@ -59,6 +65,7 @@ workflows:
- "build-image-fedora-29"
- "build-image-centos-7"
- "build-image-slackware-14.2"
- "build-image-pypy-2.7-7.1.1-jessie"
jobs: