Skip to content

Commit 787a17a

Browse files
committed
Test on travis with newer versions of Python and Django
1 parent 8a44adf commit 787a17a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.4"
5+
- "3.8"
66

77
env:
88
- DJANGO_VERSION=1.7.8
99
- DJANGO_VERSION=1.8.1
10+
- DJANGO_VERSION=2.2.16
11+
- DJANGO_VERSION=3.1.1
1012

1113
install:
1214
# Install node 6 (current LTS as of January 2017)

0 commit comments

Comments
 (0)