Skip to content

Commit

Permalink
Fix travis exclude matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Feb 27, 2018
1 parent ea2efb4 commit 8cf4f5b
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 @@ -10,9 +10,9 @@ env:
- PIP_DJANGO='Django>=2.0,<2.1'
matrix:
exclude:
- env: DJANGO="Django>=1.8,<1.9"
- env: PIP_DJANGO="Django>=1.8,<1.9"
python: "3.6"
- env: DJANGO="Django>=2.0,<2.1"
- env: PIP_DJANGO="Django>=2.0,<2.1"
python: "2.7"
install:
- "pip install $PIP_DJANGO pyyaml coveralls pytest-django"
Expand Down

0 comments on commit 8cf4f5b

Please sign in to comment.