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 9f8e5d5 commit 27b7577Copy full SHA for 27b7577
.travis.yml
@@ -21,8 +21,8 @@ matrix:
21
- { python: "3.8", env: DJANGO=3.1 }
22
- { python: "3.8", env: DJANGO=master }
23
24
- - { python: "3.9-dev", env: DJANGO=3.1 }
25
- - { python: "3.9-dev", env: DJANGO=master }
+ - { python: "3.9", env: DJANGO=3.1 }
+ - { python: "3.9", env: DJANGO=master }
26
27
- { python: "3.8", env: TOXENV=base }
28
- { python: "3.8", env: TOXENV=lint }
0 commit comments