Skip to content

Commit

Permalink
Fixing .travis.yml excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed May 5, 2015
1 parent 6f33653 commit d2ceeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ env:
- DJANGO=django==1.6.11
- DJANGO=django==1.7.7
- DJANGO=django==1.8.1
exclude:
matrix:
exclude:
- python: 2.6
env: DJANGO=django==1.7.7
- python: 2.6
Expand All @@ -20,7 +21,6 @@ exclude:
env: DJANGO=django==1.6.11
- python: 3.4
env: DJANGO=django==1.6.11
matrix:
fast_finish: true
install:
- travis_retry pip install $DJANGO
Expand Down

0 comments on commit d2ceeec

Please sign in to comment.