Limit parallel runs.

This commit is contained in:
Jannis Leidel 2020-11-23 15:01:42 +01:00
parent 7eb119a73e
commit f8a3439209
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -6,6 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 6
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 'pypy2', 'pypy3']