Skip to content

Commit

Permalink
Update travis ci testing to use Django 3.1 and Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Oct 13, 2020
1 parent 6b33559 commit 6f1ec3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
dist: bionic # use LTS 18.04
dist: focal # use LTS 20.04

python:
- "3.6"
- "3.7"
- "3.8"

env:
- DJANGO=2.2.8
- DJANGO=3.1.2

install:
- pip install -q Django==$DJANGO
Expand Down

0 comments on commit 6f1ec3e

Please sign in to comment.