Merge pull request #5519 from bittner/patch-1

Make Travis CI include/exclude faster to read
This commit is contained in:
Xavier Ordoquy 2017-10-22 09:22:45 +02:00 committed by GitHub
commit f5e98efcf2

View File

@ -16,23 +16,15 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- python: "3.6" - { python: "3.6", env: DJANGO=master }
env: DJANGO=master - { python: "3.6", env: DJANGO=1.11 }
- python: "3.6" - { python: "3.6", env: DJANGO=2.0 }
env: DJANGO=1.11 - { python: "2.7", env: TOXENV=lint }
- python: "3.6" - { python: "2.7", env: TOXENV=docs }
env: DJANGO=2.0
- python: "2.7"
env: TOXENV="lint"
- python: "2.7"
env: TOXENV="docs"
exclude: exclude:
- python: "2.7" - { python: "2.7", env: DJANGO=master }
env: DJANGO=master - { python: "2.7", env: DJANGO=2.0 }
- python: "2.7" - { python: "3.4", env: DJANGO=master }
env: DJANGO=2.0
- python: "3.4"
env: DJANGO=master
allow_failures: allow_failures:
- env: DJANGO=master - env: DJANGO=master