Skip to content

Commit 1ee45f6

Browse files
authored
Move to official major Python 3.9 in Travis (#847)
1 parent 9113ca0 commit 1ee45f6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,20 @@ matrix:
6363
- python: 3.8
6464
env: TOXENV=py38-django31-drfmaster
6565

66-
- python: 3.9-dev
66+
- python: 3.9
6767
env: TOXENV=py39-django22-drf312
68-
- python: 3.9-dev
68+
- python: 3.9
6969
env: TOXENV=py39-django22-drfmaster
70-
- python: 3.9-dev
70+
- python: 3.9
7171
env: TOXENV=py39-django30-drf312
72-
- python: 3.9-dev
72+
- python: 3.9
7373
env: TOXENV=py39-django30-drfmaster
74-
- python: 3.9-dev
74+
- python: 3.9
7575
env: TOXENV=py39-django31-drf312
76-
- python: 3.9-dev
76+
- python: 3.9
7777
env: TOXENV=py39-django31-drfmaster
7878

79+
7980
install:
8081
- pip install tox
8182
script:

0 commit comments

Comments
 (0)