Skip to content

Commit

Permalink
[ci] Added django 2.1 to build
Browse files Browse the repository at this point in the history
Updated python 3.4 to python 3.5
  • Loading branch information
nemesifier committed Oct 26, 2018
1 parent babbd74 commit e7009b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ sudo: false
cache: pip

python:
- "3.4"
- "3.5"
- "2.7"

env:
- DJANGO="django>=1.11,<1.12"
- DJANGO="django>=2.0,<2.1"
- DJANGO="django>=2.1,<2.2"

matrix:
exclude:
- python: "2.7"
env: DJANGO="django>=2.0,<2.1"
- python: "2.7"
env: DJANGO="django>=2.1,<2.2"

branches:
only:
Expand Down

0 comments on commit e7009b3

Please sign in to comment.