Skip to content

Commit

Permalink
Add Django 3.1 and Python 3.8 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 24, 2020
1 parent 206cd51 commit 9099ddd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ python:
matrix:
fast_finish: true
include:
- python: 3.7
- python: 3.8
env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
- python: 3.8
env: REQ="Django>=3.1rc1,<3.2"
- python: 3.7
env: REQ="Django>=3.1rc1,<3.2"
- python: 3.6
env: REQ="Django>=3.1rc1,<3.2"
- python: 3.7
env: REQ="Django>=3.0,<3.1"
- python: 3.6
Expand All @@ -32,9 +38,7 @@ matrix:
env: REQ="Django>=1.11,<2.0"
- python: 3.5
env: REQ="Django>=1.11,<2.0"
- python: 3.4
env: REQ="Django>=1.11,<2.0"
- python: 3.7
- python: 3.8
env: REQ="black flake8"
install:
- pip install black flake8
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def read(filename):
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
zip_safe=False,
)

0 comments on commit 9099ddd

Please sign in to comment.