This commit is contained in:
Pradyun Gedam 2018-12-09 12:04:46 +05:30
parent 0136043a7d
commit c4308c6e77
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 2 additions and 3 deletions

View File

@ -26,6 +26,7 @@ jobs:
python: 3.6
- env: GROUP=2
python: 3.6
# Complete checking for ensuring compatibility
# PyPy
- stage: secondary
@ -40,10 +41,8 @@ jobs:
# Other Supported CPython
- env: GROUP=1
python: 3.7
dist: xenial
- env: GROUP=2
python: 3.7
dist: xenial
- env: GROUP=1
python: 3.5
- env: GROUP=2
@ -58,8 +57,8 @@ jobs:
- env: GROUP=2
python: 3.8-dev
# It's okay to fail on the in-development CPython version.
fast_finish: true
# It's okay to fail on the in-development CPython version.
allow_failures:
- python: 3.8-dev