Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit a1082c5

Browse files
committed
[qa] Test django>=2.1,<2.2
1 parent 5e85763 commit a1082c5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
cache: pip
44

55
python:
6-
- "3.4"
6+
- "3.5"
77
- "2.7"
88

99
branches:
@@ -12,13 +12,12 @@ branches:
1212

1313
env:
1414
- DJANGO="django>=2.1,<2.2"
15-
- DJANGO="django>=2.0,<2.1"
1615
- DJANGO="django>=1.11,<1.12"
1716

1817
matrix:
1918
exclude:
2019
- python: "2.7"
21-
env: DJANGO="django>=2.0,<2.1"
20+
env: DJANGO="django>=2.1,<2.2"
2221

2322
before_install:
2423
- pip install -U pip wheel setuptools

0 commit comments

Comments
 (0)