Skip to content

Commit

Permalink
Adds more build combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Sklar committed Jul 23, 2020
1 parent 6c9c4a2 commit 3e099b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: python
# https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
env:
- DJANGO_VERSION=3.0
- DJANGO_VERSION=2.2
- DJANGO_VERSION=2.1
- DJANGO_VERSION=1.11
- DJANGO_VERSION=1.10
Expand All @@ -11,6 +13,7 @@ python:
- 2.7
- 3.6
- 3.7
- 3.8
install: pip install -r dev-requirements.txt
script:
- tox
Expand Down

0 comments on commit 3e099b1

Please sign in to comment.