Skip to content

Commit

Permalink
First attempt using matrix exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Leland committed May 3, 2016
1 parent 05409ed commit ac7794a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO_VERSION='>=1.7,<1.8'
- DJANGO_VERSION='>=1.8,<1.9'
- DJANGO_VERSION='>=1.9,<1.10'
matrix:
exclude:
- python: "3.5"
env: DJANGO_VERSION='>=1.7,<1.8'
install:
- pip install -r dev-requirements.txt
- pip uninstall django --yes
Expand Down

0 comments on commit ac7794a

Please sign in to comment.