Skip to content

Commit

Permalink
Test against python 3.8 too
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Dec 17, 2019
1 parent d3443ed commit 105f008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ dist: bionic # use LTS 18.04
python:
- "3.6"
- "3.7"
- "3.8"

env:
- DJANGO=2.2.4
- DJANGO=2.2.8

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

0 comments on commit 105f008

Please sign in to comment.