Skip to content

Commit d9a99d1

Browse files
hramezaniatodorov
authored andcommitted
Added Python 3.8 to Django 2.2 tests
1 parent b731b2e commit d9a99d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ matrix:
2020
env: TOXENV=py37-django-31
2121
- python: 3.7
2222
env: TOXENV=py37-django-master
23+
- python: 3.8
24+
env: TOXENV=py38-django-22
2325
- python: 3.8
2426
env: TOXENV=py38-django-30
2527
- python: 3.8

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py3{5,6,7}-django22
3+
py3{5,6,7,8}-django22
44
py3{6,7,8}-django30
55
py3{6,7,8}-django31
66
py3{6,7,8}-master

0 commit comments

Comments
 (0)