Skip to content

Commit

Permalink
Make Travis CI include/exclude faster to read
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner authored Oct 21, 2017
1 parent 9ec81e3 commit e67605f
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,15 @@ env:
matrix:
fast_finish: true
include:
- python: "3.6"
env: DJANGO=master
- python: "3.6"
env: DJANGO=1.11
- python: "3.6"
env: DJANGO=2.0
- python: "2.7"
env: TOXENV="lint"
- python: "2.7"
env: TOXENV="docs"
- { python: "3.6", env: DJANGO=master }
- { python: "3.6", env: DJANGO=1.11 }
- { python: "3.6", env: DJANGO=2.0 }
- { python: "2.7", env: TOXENV=lint }
- { python: "2.7", env: TOXENV=docs }
exclude:
- python: "2.7"
env: DJANGO=master
- python: "2.7"
env: DJANGO=2.0
- python: "3.4"
env: DJANGO=master
- { python: "2.7", env: DJANGO=master }
- { python: "2.7", env: DJANGO=2.0 }
- { python: "3.4", env: DJANGO=master }

allow_failures:
- env: DJANGO=master
Expand Down

0 comments on commit e67605f

Please sign in to comment.