Skip to content

Commit

Permalink
Add Django 3.0 support for CI (Fix #120) (#121)
Browse files Browse the repository at this point in the history
* Add Django 3.0 support for CI

* Add Django 3.0 to classifiers

* Define full version (3.0.0) for Django 3
  • Loading branch information
lk-geimfari authored and sobolevn committed Dec 3, 2019
1 parent 48da1cc commit 75e90c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
- DJANGO_VERSION: "'Django~=1.11.0'"
- DJANGO_VERSION: "'Django~=2.1.0'"
- DJANGO_VERSION: "'Django~=2.2.0'"
- DJANGO_VERSION: "'Django~=3.0.0'"

before_install:
- pip freeze | xargs pip uninstall -y
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classifiers = [
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 75e90c0

Please sign in to comment.