Skip to content

Commit 0b5b3fc

Browse files
committed
[Fix] exclude more versions from matrix
1 parent 162eb1d commit 0b5b3fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ matrix:
4040
env: DJANGO=32
4141
- python: "3.5"
4242
env: DJANGO=40
43+
- python: "3.6"
44+
env: DJANGO=40
45+
- python: "3.7"
46+
env: DJANGO=40
47+
- python: "3.10"
48+
env: DJANGO=111
49+
- python: "3.10"
50+
env: DJANGO=20
4351

4452
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
4553
install: pip install -r requirements_test.txt

0 commit comments

Comments
 (0)