Skip to content

Commit

Permalink
Merge pull request #8 from azavea/feature/jcw/declare-py3-support
Browse files Browse the repository at this point in the history
Declare to PyPI and tools that django-tinsel supports Python 3
  • Loading branch information
jwalgran committed Dec 16, 2019
2 parents ef9e707 + c5ba372 commit f3a47c3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: python

python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8

env:
- DJANGO=1.8
Expand All @@ -15,18 +15,24 @@ env:

matrix:
exclude:
- python: 3.3
env: DJANGO=1.9
- python: 3.3
env: DJANGO=1.10
- python: 3.3
env: DJANGO=1.11
- python: 3.6
env: DJANGO=1.8
- python: 3.6
env: DJANGO=1.9
- python: 3.6
env: DJANGO=1.10
- python: 3.7
env: DJANGO=1.8
- python: 3.7
env: DJANGO=1.9
- python: 3.7
env: DJANGO=1.10
- python: 3.8
env: DJANGO=1.8
- python: 3.8
env: DJANGO=1.9
- python: 3.8
env: DJANGO=1.10

install:
- pip install Django==$DJANGO
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
"Environment :: Plugins",
"Framework :: Django",
"License :: OSI Approved :: Apache Software License"
Expand Down

0 comments on commit f3a47c3

Please sign in to comment.