Skip to content

Commit

Permalink
Added testing against Django 2.0 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
George Ma committed Feb 16, 2021
1 parent 04af021 commit 453a1f4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ matrix:
- python: '3.4'
env:
- TOXENV=py34-dj111,report,coveralls,codecov
- python: '3.4'
env:
- TOXENV=py34-dj20,report,coveralls,codecov
- python: '3.5'
env:
- TOXENV=py35-dj19,report,coveralls,codecov
Expand All @@ -37,6 +40,9 @@ matrix:
- python: '3.5'
env:
- TOXENV=py35-dj111,report,coveralls,codecov
- python: '3.5'
env:
- TOXENV=py35-dj20,report,coveralls,codecov
- python: '3.6'
env:
- TOXENV=py36-dj19,report,coveralls,codecov
Expand All @@ -46,6 +52,9 @@ matrix:
- python: '3.6'
env:
- TOXENV=py36-dj111,report,coveralls,codecov
- python: '3.6'
env:
- TOXENV=py36-dj20,report,coveralls,codecov
- python: '3.7'
dist: xenial
sudo: required
Expand All @@ -61,6 +70,11 @@ matrix:
sudo: required
env:
- TOXENV=py37-dj111,report,coveralls,codecov
- python: '3.7'
dist: xenial
sudo: required
env:
- TOXENV=py37-dj20,report,coveralls,codecov
- python: 'pypy2'
env:
- TOXENV=pypy-dj19,report,coveralls,codecov
Expand Down

0 comments on commit 453a1f4

Please sign in to comment.