Skip to content

Commit 1bd994a

Browse files
author
Alexander Bogushov
committed
Update python versions for test because Django 3 does not support Python 3.5
1 parent 3206afb commit 1bd994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ dist: xenial
22
language: python
33
sudo: false
44
python:
5-
- 3.5
65
- 3.6
76
- 3.7
7+
- 3.8
88
install:
99
- pip install -U pip setuptools
1010
- pip install pytest-runner

0 commit comments

Comments
 (0)