Skip to content

Commit

Permalink
Test against sqlite once for each major django version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LincolnPuzey committed Jan 15, 2021
1 parent 36b6609 commit e67bc5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ language: python
jobs:
include:
# Python version is just for the look on travis.
# Test the full python/django matrix with postgresql
- python: 3.6
env: TOXENV=py36-django111-postgresql
- python: 3.7
Expand Down Expand Up @@ -42,8 +43,14 @@ jobs:
env: TOXENV=py38-django31-postgresql
- python: 3.9
env: TOXENV=py39-django31-postgresql
# Test against sqlite once for each major django version.
- python: 3.6
env: TOXENV=py36-django111-sqlite
- python: 3.7
env: TOXENV=py37-django22-sqlite
- python: 3.8
env: TOXENV=py38-django31-sqlite
# Check flake8 once.
- python: 3.6
env: TOXENV=py36-flake8

Expand Down

0 comments on commit e67bc5b

Please sign in to comment.