Skip to content

Commit

Permalink
fix travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Oct 15, 2019
1 parent 2205b46 commit f2c3694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ matrix:
fast_finish: true
include:
- { python: "2.7", env: DJANGO=1.8 DATABASE=postgres }
- { python: "3.3", env: DJANGO=1.8 DATABASE=postgres }
- { python: "3.4", env: DJANGO=1.8 DATABASE=postgres }
- { python: "3.5", env: DJANGO=1.8 DATABASE=postgres }

Expand Down Expand Up @@ -52,7 +51,7 @@ matrix:


allow_failures:
- env: DJANGO=master
- env: DJANGO=master DATABASE=postgres

before_install:
- sudo apt-get update
Expand Down

0 comments on commit f2c3694

Please sign in to comment.