Skip to content

Commit 76e8ec9

Browse files
committed
update travis
1 parent b8ed2b4 commit 76e8ec9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ matrix:
4242
- python: 3.6
4343
env: DJANGO="==2.2.*"
4444
- python: 3.6
45-
env: DJANGO=">=3.0a1,<3.1"
45+
env: DJANGO="==3.0.*"
46+
- python: 3.6
47+
env: DJANGO="==3.1.*"
4648

4749
- python: 3.7
4850
env: DJANGO="==2.0.*"
@@ -51,11 +53,13 @@ matrix:
5153
- python: 3.7
5254
env: DJANGO="==2.2.*"
5355
- python: 3.7
54-
env: DJANGO=">=3.0a1,<3.1"
56+
env: DJANGO="==3.0.*"
57+
- python: 3.7
58+
env: DJANGO="==3.1.*"
5559

5660
- os: osx
5761
language: generic
58-
env: DJANGO="==1.10.*"
62+
env: DJANGO="==3.1.*"
5963

6064
# Perform the manual steps on OSX to install Python3 and activate venv:
6165
# Since Python versions have been tested on Linux and it is only a matter of

0 commit comments

Comments
 (0)