We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033c491 commit a749c49Copy full SHA for a749c49
.travis.yml
@@ -29,6 +29,10 @@ matrix:
29
env: DJANGO="django>=2.1.0,<2.2.0"
30
- python: 3.4
31
env: DJANGO="django>=2.2.0,<3.0"
32
+ - python: 3.5
33
+ env: DJANGO="django>=2.2.0,<3.0"
34
+ - python: 3.6
35
36
- python: 3.7
37
env: DJANGO="django>=1.11.0,<1.12.0"
38
0 commit comments