Skip to content

Commit

Permalink
more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manelclos committed Sep 10, 2020
1 parent 40d4891 commit d040e80
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@ matrix:
- python: "3.5"
env: DJANGO="Django>=1.8,<1.9"

- python: "2.7"
env: DJANGO="Django>=1.9,<1.10"
- python: "3.4"
env: DJANGO="Django>=1.9,<1.10"
- python: "3.5"
env: DJANGO="Django>=1.9,<1.10"

- python: "2.7"
env: DJANGO="Django>=1.10,<1.11"
- python: "3.4"
env: DJANGO="Django>=1.10,<1.11"
- python: "3.5"
env: DJANGO="Django>=1.10,<1.11"

- python: "2.7"
env: DJANGO="Django>=1.11,<2.0"
- python: "3.4"
env: DJANGO="Django>=1.11,<2.0"
- python: "3.5"
env: DJANGO="Django>=1.11,<2.0"

- python: "3.6"
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
- python: "3.7"
Expand Down
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.messages',
'django.contrib.sessions',
'django.contrib.sites',

Expand Down

0 comments on commit d040e80

Please sign in to comment.