Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Add Django 2.0 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Feb 26, 2018
1 parent 1ab1747 commit bbf77bb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ language: python
sudo: false
cache: pip
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
env:
- REQ='Django>=1.10,<1.11'
- REQ='Django>=1.11,<2.0'
- REQ="Django>=1.10,<1.11"
- REQ="Django>=1.11,<2.0"
- REQ="Django>=2.0,<2.1"
matrix:
exclude:
- python: '2.7'
env: REQ="Django>=2.0,<2.1"
install:
- pip install -U pip wheel
- pip install $REQ flake8
Expand Down

0 comments on commit bbf77bb

Please sign in to comment.