Skip to content

Commit c1fb26c

Browse files
authored
Merge pull request markfinger#94 from eb-emilio/travis-python-django-updates
Test on travis with newer versions of Python and Django
2 parents 8a44adf + 787a17a commit c1fb26c

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)