We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162eb1d commit 0b5b3fcCopy full SHA for 0b5b3fc
.travis.yml
@@ -40,6 +40,14 @@ matrix:
40
env: DJANGO=32
41
- python: "3.5"
42
env: DJANGO=40
43
+ - python: "3.6"
44
+ env: DJANGO=40
45
+ - python: "3.7"
46
47
+ - python: "3.10"
48
+ env: DJANGO=111
49
50
+ env: DJANGO=20
51
52
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
53
install: pip install -r requirements_test.txt
0 commit comments