Remove duplicate jobs from Travis CI

This commit is contained in:
Pradyun Gedam 2020-05-23 05:39:23 +05:30
parent cbdf5b1b60
commit 15045f8196
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 0 additions and 20 deletions

View File

@ -19,13 +19,6 @@ jobs:
env: TOXENV=docs
- env: TOXENV=lint
- env: TOXENV=vendoring
# Latest CPython
- env: GROUP=1
python: 2.7
- env: GROUP=2
python: 2.7
- env: GROUP=1
- env: GROUP=2
# Complete checking for ensuring compatibility
# PyPy
@ -38,19 +31,6 @@ jobs:
python: pypy2.7-7.1.1
- env: GROUP=2
python: pypy2.7-7.1.1
# Other Supported CPython
- env: GROUP=1
python: 3.7
- env: GROUP=2
python: 3.7
- env: GROUP=1
python: 3.6
- env: GROUP=2
python: 3.6
- env: GROUP=1
python: 3.5
- env: GROUP=2
python: 3.5
# Test experimental stuff that are not part of the standard pip usage.
# Helpful for developers working on them to see how they're doing.