Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 8bfc4b7

Browse files
committed
Fix .travis.yml
1 parent 12238df commit 8bfc4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77
include:
88
- { python: "3.6", env: DJANGO=2.0 }
99
- { python: "3.6", env: DJANGO=2.1 }
10+
- { python: "3.6", env: DJANGO=2.2 }
1011
- { python: "3.7", env: DJANGO=2.0 }
1112
- { python: "3.7", env: DJANGO=2.1 }
1213
- { python: "3.7", env: DJANGO=2.2 }
@@ -16,7 +17,6 @@ matrix:
1617
allow_failures:
1718
- env: TOXENV=docs
1819
- env: DJANGO=master
19-
- env: DJANGO=2.2
2020
services:
2121
- docker
2222
before_install:

0 commit comments

Comments
 (0)