Skip to content

Commit

Permalink
Merge remote-tracking branch 'NyanKiyoshi/ci/add-python3.9' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Oct 20, 2020
2 parents 573aa6f + 985fd1d commit df05789
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.9-dev'
env:
- DJANGO='2.2'
- DJANGO='3.0'
Expand All @@ -16,11 +16,13 @@ script: tox -v
jobs:
fast_finish: true
allow_failures:
- python: '3.6'
env: DJANGO='dev'
- python: '3.7'
env: DJANGO='dev'
- python: '3.8'
env: DJANGO='dev'
- python: '3.9'
- python: '3.9-dev'
env: DJANGO='dev'
include:
- stage: deploy
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Framework :: Django",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.9-dev: py39
unignore_outcomes = True

[travis:env]
Expand Down

0 comments on commit df05789

Please sign in to comment.