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 b8ed2b4 commit 76e8ec9Copy full SHA for 76e8ec9
.travis.yml
@@ -42,7 +42,9 @@ matrix:
42
- python: 3.6
43
env: DJANGO="==2.2.*"
44
45
- env: DJANGO=">=3.0a1,<3.1"
+ env: DJANGO="==3.0.*"
46
+ - python: 3.6
47
+ env: DJANGO="==3.1.*"
48
49
- python: 3.7
50
env: DJANGO="==2.0.*"
@@ -51,11 +53,13 @@ matrix:
51
53
52
54
55
56
57
+ - python: 3.7
58
59
60
- os: osx
61
language: generic
- env: DJANGO="==1.10.*"
62
63
64
# Perform the manual steps on OSX to install Python3 and activate venv:
65
# Since Python versions have been tested on Linux and it is only a matter of
0 commit comments